Use monospace font inside dropdown for consistency

Also matching font size to not cause a discrepancy in calculated width
pull/10616/head
Alex P 2017-07-05 14:44:57 -07:00
parent dece136b54
commit 2f34756767
1 changed files with 2 additions and 0 deletions

View File

@ -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 {