Skip to content

Commit 81617ad

Browse files
committed
Fix incorrect width when upgrade button isn't present
1 parent b14c954 commit 81617ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dash/dash-renderer/src/components/error/menu/DebugMenu.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@
137137
border: 1px solid rgba(0, 24, 102, 0.1);
138138
}
139139
.dash-debug-menu__outer.dash-debug-menu__outer--collapsed {
140-
width: 50px;
140+
max-width: 50px;
141141
}
142142
.dash-debug-menu__outer.dash-debug-menu__outer--expanded {
143-
width: 682px;
143+
max-width: 682px;
144144
}
145145

146146
.dash-debug-menu__upgrade-tooltip {

0 commit comments

Comments
 (0)