Skip to content

Commit bba1f9d

Browse files
committed
Move font family courier into only error contents and not error title
1 parent 517346f commit bba1f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.error-container {
22
padding: 0 10px;
3+
font-family: Courier;
34
}
45

56
.dash-fe-error__icon-x {
@@ -204,7 +205,6 @@
204205
border-radius: 2px;
205206
margin-bottom: 15px;
206207
border: 1px solid #0018661a;
207-
font-family: Courier;
208208
font-size: 12.6px;
209209
}
210210

0 commit comments

Comments
 (0)