Skip to content

Commit 3df11e7

Browse files
committed
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2 parents ee57160 + 1b96472 commit 3df11e7

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

themes/bootstrap/scss/_common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ table#chartGrid {
641641
div.monitorChart {
642642
background: #ebebeb;
643643
border: none;
644+
min-width: 1px;
644645
}
645646
}
646647

themes/metro/scss/_common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ table#chartGrid {
810810

811811
div.monitorChart {
812812
background: $th-background;
813+
min-width: 1px;
813814
}
814815
}
815816

themes/original/scss/_common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ table#chartGrid {
675675
div.monitorChart {
676676
background: #ebebeb;
677677
border: none;
678+
min-width: 1px;
678679
}
679680
}
680681

themes/pmahomme/scss/_common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,7 @@ table#chartGrid {
818818
div.monitorChart {
819819
background: #ebebeb;
820820
border: none;
821+
min-width: 1px;
821822
}
822823
}
823824

0 commit comments

Comments
 (0)