fixes text wrapping on tab text

This commit is contained in:
booploops 2022-07-12 20:11:50 -07:00
parent 2728b463f4
commit 6bdb8172fa

View file

@ -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;