Skip to content

Commit 8eb95c9

Browse files
committed
Small padding changes to debug menu
1 parent 306c137 commit 8eb95c9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

dash/dash-renderer/src/components/error/FrontEnd/FrontEndError.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
color: #b9c2ce;
1111
font-size: 20px;
1212
cursor: pointer;
13-
margin-right: 10px;
1413
}
1514

1615
.dash-fe-error__icon-x:hover {
@@ -125,12 +124,16 @@
125124
}
126125

127126
.dash-be-error__str {
128-
background-color: #fdf3f4;
127+
background-color: #F5F6FA;
129128
min-width: 386px;
130-
max-width: 650px;
129+
width: 100%;
131130
overflow: auto;
132-
display: inline-block;
133-
white-space: pre-wrap;
131+
line-height: 17px;
132+
margin-bottom: 8px;
133+
}
134+
135+
.dash-backend-error {
136+
padding: 8px;
134137
}
135138

136139
.dash-error-menu {

0 commit comments

Comments
 (0)