Skip to content

Commit ff94771

Browse files
committed
Fix font overrides in debug menu
1 parent 5f00811 commit ff94771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
display: flex;
108108
color: black;
109109
flex-direction: column;
110-
font-family: Verdana, sans-serif;
110+
font-family: Verdana, sans-serif !important;
111111
font-size: 14px;
112112
justify-content: center;
113113
align-items: center;

0 commit comments

Comments
 (0)