mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Limit container width to 100%
Fixes site configuration pages go too wide
This commit is contained in:
parent
d23b55fe6d
commit
23f0a95447
@ -26,6 +26,7 @@
|
||||
padding: 0px;
|
||||
background-color: white;
|
||||
height: 99%;
|
||||
max-width: 100%
|
||||
}
|
||||
.et2_container > div:not([class]) {
|
||||
height: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user