Skip to content

Commit d2f80d6

Browse files
committed
style(client): fixed confusion matrix style
master
1 parent 6c3aa8d commit d2f80d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/confusionMatrix/ConfusionMatrix.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $border-blue: #4cd7e6;
1010
height: 100%;
1111
color: $color-text;
1212
overflow: hidden;
13-
border-collapse: inherit;
13+
border-spacing: 0;
1414

1515
thead {
1616
z-index: -2;

0 commit comments

Comments
 (0)