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:
Alex Gleason 2021-11-12 23:06:46 +00:00
commit bb1275e51a
1 changed files with 1 additions and 1 deletions

View File

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