Skip to content

Commit 89060a3

Browse files
committed
fix(InfoViewer): allow longer labels
1 parent 6dbe0b4 commit 89060a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/InfoViewer/InfoViewer.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@
2727

2828
&__label {
2929
display: flex;
30-
flex: 1 1 auto;
30+
flex: 0 1 auto;
3131
align-items: baseline;
3232

3333
min-width: 200px;
34-
max-width: 200px;
3534

3635
white-space: nowrap;
3736

0 commit comments

Comments
 (0)