Skip to content

Commit

Permalink
fix(execution): prevent large test numbers from pushing threshold box…
Browse files Browse the repository at this point in the history
… outside the severity container
  • Loading branch information
omar-chahbouni-decathlon committed May 3, 2022
1 parent 3ecbbfb commit cf57653
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/web-ui/src/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ pre code {
font-weight: bold;
}

.smallStyle {
display: flex;
justify-content: center;
}

/* FIX https://github.com/iview/iview/issues/2708 */

.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-dropdown:last-child:not(:first-child)>.ivu-dropdown-rel>.ivu-btn {
Expand Down

0 comments on commit cf57653

Please sign in to comment.