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:
commit
d5660c50ee
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue