fix #913
This commit is contained in:
parent
aa9da491a8
commit
4da1f2e7e1
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@
|
|||
&:after {
|
||||
content: '';
|
||||
display: table-cell;
|
||||
position: relative;
|
||||
// Chrome 91 #913
|
||||
//position: relative;
|
||||
top: 50%;
|
||||
width: 50%;
|
||||
border-top: 1px solid @border-color-split;
|
||||
|
|
Loading…
Add table
Reference in a new issue