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

Set max width for object edit forms

This commit is contained in:
jeremystretch
2021-08-13 13:35:23 -04:00
parent a6150f2578
commit 9f59f99663
8 changed files with 145 additions and 152 deletions

View File

@@ -647,6 +647,11 @@ span.color-label {
}
}
.form-object-edit {
margin: 0 auto;
max-width: 800px;
}
textarea.form-control[rows='10'] {
height: 18rem;
}