Skip to content

Commit

Permalink
Merge pull request #404 from conversionxl/anoblet/refactor/action-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkmpt authored Apr 15, 2024
2 parents 5732746 + 552b842 commit 3228a93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cxl-ui/scss/global/cxl-app-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,18 @@ cxl-app-layout {
}
}

> .mobile,
> div:not(.pure-hidden-sm .pure-hidden-xs),
> vaadin-button {
flex: 1;
}

> .mobile {
> div:not(.pure-hidden-sm .pure-hidden-xs) {
text-align: center;
}
}

&[wide] [slot="action-bar"] {
> .mobile,
> div:not(.pure-hidden-sm .pure-hidden-xs),
> vaadin-button {
flex: initial;
}
Expand Down

0 comments on commit 3228a93

Please sign in to comment.