Skip to content

Commit 0d663d9

Browse files
Fix: arrival chart control shrinking at certain zoom levels
1 parent 53fde25 commit 0d663d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/features/Overview/SlotPerformance/TransactionBarsCard/chartControl.module.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.slider {
2-
max-width: 190px;
3-
min-width: 80px;
2+
width: 190px;
43
flex-grow: 1;
54
position: relative;
65

0 commit comments

Comments
 (0)