Skip to content

Commit 4e05122

Browse files
author
Stefanie Hein
committed
Layer: allow titles in the modal pane header to be truncated with ellipsis. See #73459
1 parent 90f38f0 commit 4e05122

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/scss/themes/fylr/mixins/_layer.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
border-radius: $layer-border-radius $layer-border-radius 0 0;
3131
background-color: $layer-header-background;
3232
color: $layer-header-color;
33+
34+
.cui-horizontal-layout-left {
35+
flex-shrink: 1; // allows long titles to be truncated with ...
36+
}
3337

3438
// Title
3539
.cui-label {

0 commit comments

Comments
 (0)