1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

update styles

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

File diff suppressed because one or more lines are too long

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;
}