sforkowany z mirror/soapbox
SubNavigation: fix weird overflow issue
rodzic
7baff3d696
commit
6c201c7b13
|
@ -171,7 +171,7 @@
|
||||||
align-self: center;
|
align-self: center;
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
overflow-x: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
max-width: calc(100vw - 200px);
|
max-width: calc(100vw - 200px);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue