mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
Fix header width for 4k resolutions. Fixes #3374
This commit is contained in:
parent
c0e8b33b33
commit
bdc82ee6a9
@ -3,7 +3,7 @@
|
|||||||
// Not growing larger than 3840px at 1em=16px right now
|
// Not growing larger than 3840px at 1em=16px right now
|
||||||
@media screen and (min-width: 240em) {
|
@media screen and (min-width: 240em) {
|
||||||
#header {
|
#header {
|
||||||
width: 240em;
|
min-width: 240em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user