UX: prevent twitter like/retweet counts from wrapping (#27333)
This commit is contained in:
parent
a5c06f0b2c
commit
9404459188
|
@ -693,6 +693,7 @@ aside.onebox.twitterstatus .onebox-body {
|
||||||
color: var(--primary-medium);
|
color: var(--primary-medium);
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: 0.75em;
|
margin-left: 0.75em;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: currentColor;
|
fill: currentColor;
|
||||||
|
|
Loading…
Reference in New Issue