fix for a previous fix
This commit is contained in:
parent
101f657d36
commit
dc8f78e84d
|
@ -72,6 +72,9 @@
|
|||
border-right-color: $fallback--border;
|
||||
border-right-color: var(--border, $fallback--border);
|
||||
}
|
||||
&::before {
|
||||
flex-grow: 0;
|
||||
}
|
||||
.tab-wrapper {
|
||||
min-width: 10em;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue