Fix last row border
This commit is contained in:
parent
8ff0f369a6
commit
9270a017d3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
tr:last-child td {
|
tr:last-child td {
|
||||||
border-color: $border_gray;
|
border-color: $border_gray;
|
||||||
border-width: 1px 1px 1px 0;
|
border-bottom-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead th {
|
thead th {
|
||||||
|
|
Loading…
Reference in a new issue