update styles

This commit is contained in:
checktheroads 2021-04-18 11:36:41 -07:00
parent f4ac87af3a
commit 5c07a968fe
3 changed files with 5 additions and 1 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -262,6 +262,10 @@ textarea#id_public_key {
font-family: $font-family-monospace;
}
textarea.form-control[name='csv'] {
font-family: $font-family-monospace;
}
table tr.vertical-align {
vertical-align: middle;
}