mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 12:58:46 +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;
|
padding: 0px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
height: 99%;
|
height: 99%;
|
||||||
|
max-width: 100%
|
||||||
}
|
}
|
||||||
.et2_container > div:not([class]) {
|
.et2_container > div:not([class]) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user