UX: prevent twitter like/retweet counts from wrapping (#27333)

This commit is contained in:
Kris 2024-06-04 16:55:50 -04:00 committed by GitHub
parent a5c06f0b2c
commit 9404459188
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -693,6 +693,7 @@ aside.onebox.twitterstatus .onebox-body {
color: var(--primary-medium);
display: flex;
margin-left: 0.75em;
white-space: nowrap;
svg {
fill: currentColor;