Skip to content

Commit

Permalink
CheckStatistics: Fine tune execution start layout rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Oct 23, 2023
1 parent 6a40732 commit daa009e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions public/css/widget/check-statistics.less
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,10 @@
}

#layout.twocols &#col1,
#layout.minimal-layout &#col1,
#layout.poor-layout &#col1,
#layout.compact-layout &#col1 {
#layout.minimal-layout,
#layout.poor-layout,
#layout.twocols.compact-layout,
#layout.twocols.default-layout {
.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 daa009e

Please sign in to comment.