mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-16 20:22:18 +00:00
Prevent split line between icon and number on reposts & favourites (#26004)
This commit is contained in:
parent
71db616fed
commit
b923a4c755
|
@ -1423,6 +1423,7 @@ body > [data-popper-placement] {
|
||||||
.detailed-status__link {
|
.detailed-status__link {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailed-status__favorites,
|
.detailed-status__favorites,
|
||||||
|
|
Loading…
Reference in a new issue