1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Normalise ace editor font size

This commit is contained in:
Nick O'Leary 2015-06-16 20:56:09 +01:00
parent 31c979f30f
commit ee3425d3be

View File

@ -70,6 +70,7 @@ button.input-append-right {
border:1px solid #ccc; border:1px solid #ccc;
border-radius:5px; border-radius:5px;
overflow: hidden; overflow: hidden;
font-size: 16px !important; font-size: 14px !important;
font-family: monospace !important;
} }