mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Dashboard should not show multiple columns when details are shown
This commit is contained in:
parent
e930df4c54
commit
16d5c93fa5
@ -162,12 +162,6 @@ html {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#layout.twocols .dashboard > div.container {
|
||||
width: 96%;
|
||||
margin-left: 2%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 1em;
|
||||
}
|
||||
@ -255,3 +249,11 @@ html {
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#layout.twocols .dashboard > div.container {
|
||||
width: 96%;
|
||||
margin-left: 2%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user