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 f7bb866 commit 035966aCopy full SHA for 035966a
dash/dash-renderer/src/components/error/menu/DebugMenu.css
@@ -140,7 +140,8 @@
140
max-width: 50px;
141
}
142
.dash-debug-menu__outer.dash-debug-menu__outer--expanded {
143
- max-width: 682px;
+ max-width: calc(100vw - 50px);
144
+ overflow-x: auto;
145
146
147
.dash-debug-menu__upgrade-tooltip {
@@ -184,6 +185,7 @@
184
185
align-items: stretch;
186
margin-left: 15px;
187
transition: all 0.5s ease;
188
+ flex-shrink: 0;
189
190
191
.dash-debug-menu__version {
0 commit comments