Skip to content

Commit 8a8ec52

Browse files
authored
Fix experiment names overflowing in plots ribbon (#1821)
1 parent d6f245b commit 8a8ec52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webview/src/plots/components/ribbon/styles.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
border: none;
2525
text-align: left;
2626
color: $fg-color;
27+
min-width: max-content;
2728

2829
span {
2930
display: block;
@@ -56,6 +57,7 @@
5657
border-bottom: 1px solid $border-color;
5758
padding: 10px 15px;
5859
margin: 0;
60+
flex-wrap: wrap;
5961
}
6062

6163
.addButtonWrapper {

0 commit comments

Comments
 (0)