mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-08 16:22:05 -04:00
CheckStatistics: Don't cut off execution start on small screens..
..only for #col1
This commit is contained in:
parent
882e24e4c2
commit
6a40732099
1 changed files with 4 additions and 4 deletions
|
|
@ -172,10 +172,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
#layout.twocols,
|
||||
#layout.minimal-layout,
|
||||
#layout.poor-layout,
|
||||
#layout.compact-layout {
|
||||
#layout.twocols &#col1,
|
||||
#layout.minimal-layout &#col1,
|
||||
#layout.poor-layout &#col1,
|
||||
#layout.compact-layout &#col1 {
|
||||
.check-statistics .bubble.top-right-aligned {
|
||||
transform: translate(-50%, 0); // default what progress-bar() defined
|
||||
border-top-right-radius: .25em; // default what progress-bar() defined
|
||||
|
|
|
|||
Loading…
Reference in a new issue