Merge branch 'user-panel-overflow' into 'develop'

Fix sharp corners on user panel

See merge request soapbox-pub/soapbox-fe!427
This commit is contained in:
Alex Gleason 2021-01-19 00:55:45 +00:00
commit d5660c50ee
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
display: flex; display: flex;
width: 265px; width: 265px;
flex-direction: column; flex-direction: column;
overflow: hidden;
.user-panel__account__name { .user-panel__account__name {
display: inline; display: inline;