forked from treehouse/mastodon
Apply white-space: nowrap to account relationships icons
parent
59936b7a98
commit
7ebd6ed03c
|
@ -1021,6 +1021,7 @@
|
||||||
.account__relationship {
|
.account__relationship {
|
||||||
height: 18px;
|
height: 18px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.account__header__wrapper {
|
.account__header__wrapper {
|
||||||
|
|
Loading…
Reference in New Issue