Fix items table header bottom border
This commit is contained in:
parent
bf72c9d828
commit
60dedf7d95
1 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,8 @@
|
|||
width: 100%;
|
||||
position: absolute;
|
||||
top: calc(1.83333333em - 1px);
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
@include comfortable {
|
||||
top: calc(2.33333333em - 1px);
|
||||
|
|
Loading…
Reference in a new issue