We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7d95c5 + 85b7950 commit c14aa01Copy full SHA for c14aa01
dash/dash-renderer/src/components/error/menu/DebugMenu.css
@@ -19,12 +19,13 @@
19
20
.dash-debug-menu__outer button {
21
height: auto;
22
- padding: unset;
+ padding: 0 8px;
23
line-height: normal;
24
text-transform: none;
25
font-size: 14px;
26
border-radius: 0px;
27
letter-spacing: normal;
28
+ gap: 6px;
29
}
30
31
.dash-debug-menu__popup {
@@ -155,9 +156,7 @@
155
156
.dash-debug-menu__status {
157
display: flex;
158
align-items: center;
-}
159
-.dash-debug-menu__icon {
160
- margin: 0 5px;
161
162
163
.dash-debug-menu__content {
@@ -229,7 +228,6 @@
229
228
background-color: #c73a3a;
230
padding: 3px 5px;
231
border-radius: 3px;
232
233
234
235
.dash-debug-disconnected {
0 commit comments