This commit is contained in:
parent
f529210f67
commit
ae783adb4c
1 changed files with 7 additions and 1 deletions
|
@ -417,8 +417,14 @@
|
|||
max-width: 100%;
|
||||
user-select: none;
|
||||
|
||||
& > span:nth-child(1),
|
||||
& > span:nth-child(3) {
|
||||
width: 4px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
& > span:nth-child(2) {
|
||||
max-width: calc(100% - 10px);
|
||||
max-width: calc(100% - 8px);
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
min-width: 22px;
|
||||
|
|
Loading…
Add table
Reference in a new issue