Skip to content

Commit

Permalink
fix(cxl-lumo-styles): allow resource editing page to use full height
Browse files Browse the repository at this point in the history
  • Loading branch information
anoblet committed Nov 11, 2024
1 parent e63fd24 commit 2834b3b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/cxl-lumo-styles/scss/wp-block-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@
.has-cxl-red-color {
color: var(--lumo-primary-color);
}

/* Fix resource editing display */
// stylelint-disable-next-line selector-class-pattern
.components-modal__content {
display: flex;
flex-direction: column;

// stylelint-disable-next-line selector-class-pattern
div:not(.components-modal__header) {
flex: 1;
}
}

0 comments on commit 2834b3b

Please sign in to comment.