Skip to content

Commit 0377490

Browse files
committed
fixed style issue with unecessary important annotation in table all css
1 parent 39e8b92 commit 0377490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/app/dashboard/table-all/table-all.component.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ table {
4646
}
4747

4848
.mat_cell{
49-
border-bottom-width:0px !important;
50-
border-bottom-style:none !important;
49+
border-bottom-width:0px;
50+
border-bottom-style:none;
5151
}
5252

5353
.button-row button,

0 commit comments

Comments
 (0)