Skip to content

Commit c14aa01

Browse files
authored
Merge pull request #3209 from plotly/devtools-css
Fix devtools padding
2 parents e7d95c5 + 85b7950 commit c14aa01

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

+3-5
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919

2020
.dash-debug-menu__outer button {
2121
height: auto;
22-
padding: unset;
22+
padding: 0 8px;
2323
line-height: normal;
2424
text-transform: none;
2525
font-size: 14px;
2626
border-radius: 0px;
2727
letter-spacing: normal;
28+
gap: 6px;
2829
}
2930

3031
.dash-debug-menu__popup {
@@ -155,9 +156,7 @@
155156
.dash-debug-menu__status {
156157
display: flex;
157158
align-items: center;
158-
}
159-
.dash-debug-menu__icon {
160-
margin: 0 5px;
159+
gap: 6px;
161160
}
162161

163162
.dash-debug-menu__content {
@@ -229,7 +228,6 @@
229228
background-color: #c73a3a;
230229
padding: 3px 5px;
231230
border-radius: 3px;
232-
margin: 0 5px;
233231
}
234232

235233
.dash-debug-disconnected {

0 commit comments

Comments
 (0)