Use monospace font inside dropdown for consistency
Also matching font size to not cause a discrepancy in calculated widthpull/10616/head
parent
dece136b54
commit
2f34756767
|
@ -76,6 +76,8 @@ button.btn.template-control--manage {
|
|||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
overflow: hidden;
|
||||
font-family: $code-font;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
.template-control--label {
|
||||
|
|
Loading…
Reference in New Issue