fixes text wrapping on tab text
This commit is contained in:
parent
2728b463f4
commit
6bdb8172fa
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@
|
||||||
margin : 0px;
|
margin : 0px;
|
||||||
height : 100%;
|
height : 100%;
|
||||||
position : relative;
|
position : relative;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
|
._svg-icon {
|
||||||
|
flex: 0 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
--dist : 1px;
|
--dist : 1px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue