mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Better CSS namespace of base form elements
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
}
|
||||
.red-ui-debug-msg-element {
|
||||
color: #333;
|
||||
font-family: Menlo, monospace;
|
||||
font-family: $monospace-font;
|
||||
font-size: 13px !important;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
@@ -211,7 +211,7 @@
|
||||
display:none;
|
||||
}
|
||||
.red-ui-debug-msg-object-entry pre {
|
||||
font-family: Menlo, monospace;
|
||||
font-family: $monospace-font;
|
||||
font-size: 13px;
|
||||
line-height: 1.2em;
|
||||
margin: 0 0 0 -1em;
|
||||
|
||||
Reference in New Issue
Block a user