Skip to content

Commit

Permalink
fix: page tree display and status alignment (#7263)
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Mar 9, 2022
1 parent f110ddb commit 914558d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cms/static/cms/sass/components/pagetree/_node-state.scss
Expand Up @@ -8,7 +8,7 @@
border: 2px solid $white;
background: $white;
vertical-align: top;

margin-top: 8px;
}
.cms-btn {
.cms-pagetree-node-state {
Expand Down
7 changes: 6 additions & 1 deletion cms/static/cms/sass/components/pagetree/_tree.scss
Expand Up @@ -40,6 +40,12 @@
touch-action: none;
}

#changelist {
display: block;
align-items: flex-start;
justify-content: space-between;
}

//###########################################################
// CONTAINER
// general container around the jstree or elements
Expand Down Expand Up @@ -94,7 +100,6 @@
// handles top header area styles
.cms-pagetree-header {
position: relative;
display: table;
display: flex;
width: 100%;
box-sizing: border-box;
Expand Down

0 comments on commit 914558d

Please sign in to comment.