We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14c954 commit 81617adCopy full SHA for 81617ad
dash/dash-renderer/src/components/error/menu/DebugMenu.css
@@ -137,10 +137,10 @@
137
border: 1px solid rgba(0, 24, 102, 0.1);
138
}
139
.dash-debug-menu__outer.dash-debug-menu__outer--collapsed {
140
- width: 50px;
+ max-width: 50px;
141
142
.dash-debug-menu__outer.dash-debug-menu__outer--expanded {
143
- width: 682px;
+ max-width: 682px;
144
145
146
.dash-debug-menu__upgrade-tooltip {
0 commit comments