Skip to content

Commit

Permalink
change drift ranges style
Browse files Browse the repository at this point in the history
  • Loading branch information
Perch2005 committed Feb 26, 2022
1 parent 05b1284 commit badf761
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,10 @@
text-align: center;
}

.text-align-end {
text-align: end;
}

.drift-detection {
justify-content: space-between;
align-items: center;
Expand Down Expand Up @@ -392,11 +396,10 @@
.drift-detection-info-drifts-item-range {
font-family: Arial;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 14px;
font-weight: normal;
font-size: 11px;
line-height: 13px;
color: #6C757D;
padding-top: 5px;
}

.drift-detection-search-input {
Expand Down

0 comments on commit badf761

Please sign in to comment.