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:
@@ -647,6 +647,11 @@ span.color-label {
|
||||
}
|
||||
}
|
||||
|
||||
.form-object-edit {
|
||||
margin: 0 auto;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
textarea.form-control[rows='10'] {
|
||||
height: 18rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user