mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Fixes #48: Set .container to auto with a max width
This commit is contained in:
parent
b392aa4a4a
commit
4dac43c1c9
@ -9,7 +9,8 @@ body {
|
||||
padding-top: 70px;
|
||||
}
|
||||
.container {
|
||||
width: 1340px;
|
||||
width: auto;
|
||||
max-width: 1340px;
|
||||
}
|
||||
.wrapper {
|
||||
min-height: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user