Fix margins on profile metadata in single column mode (#10961)
parent
a7952c3a54
commit
b01b8521ec
|
@ -2071,6 +2071,10 @@ a.account__display-name {
|
|||
|
||||
.account {
|
||||
padding: 15px 10px;
|
||||
|
||||
&__header__bio {
|
||||
margin: 0 -10px;
|
||||
}
|
||||
}
|
||||
|
||||
.notification {
|
||||
|
|
Loading…
Reference in New Issue