Skip to content

Commit 971cdbe

Browse files
committed
Issue 53927: Prevent clipping/overlap with field caption
1 parent ba6d401 commit 971cdbe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/components/src/theme/filter.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
.list-group-item .field-caption {
2626
flex: 1;
2727
cursor: default;
28+
29+
// Issue 53927: Prevent clipping/overlap with field caption
30+
overflow: hidden;
31+
word-wrap: break-word;
2832
}
2933

3034
.list-group-item .field-expand-icon {

0 commit comments

Comments
 (0)