Merge branch 'fix-weird-text-overflow' into 'develop'
SubNavigation: fix weird overflow issue See merge request soapbox-pub/soapbox-fe!867
This commit is contained in:
commit
bb1275e51a
|
@ -171,7 +171,7 @@
|
|||
align-self: center;
|
||||
justify-self: center;
|
||||
font-weight: bold;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: calc(100vw - 200px);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue