Skip to content

Commit

Permalink
CheckStatistics: Don't cut off execution start on small screens..
Browse files Browse the repository at this point in the history
..only for #col1
  • Loading branch information
nilmerg committed Oct 13, 2023
1 parent 882e24e commit 6a40732
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/css/widget/check-statistics.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a40732

Please sign in to comment.