Skip to content

Commit

Permalink
feat(cxl-ui): prevent unresponsive slotted content from stretching co…
Browse files Browse the repository at this point in the history
…ntainer
  • Loading branch information
freudFlintstone committed Nov 9, 2023
1 parent 712297c commit b38d0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cxl-ui/scss/cxl-dashboard-team-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

.container {
position: relative;
box-sizing: border-box;
width: 100%;
max-width: var(--cxl-content-max-width-wide);
padding: var(--lumo-space-l) var(--lumo-space-m);
Expand Down
1 change: 1 addition & 0 deletions packages/cxl-ui/scss/cxl-dashboard-team-stats.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

.container {
position: relative;
box-sizing: border-box;
display: flex;
flex-direction: column;
gap: calc(2 * var(--lumo-space-m));
Expand Down

0 comments on commit b38d0ff

Please sign in to comment.