Stop tweets breaking onto multiple lines

This commit is contained in:
Oliver Davies 2019-08-19 21:21:06 +01:00
parent 96eeb41718
commit a3d1fd5647

View file

@ -16,7 +16,7 @@ nav[aria-label="Primary"] > div span {
} }
/* Adjust the font styling within tweets */ /* Adjust the font styling within tweets */
[aria-label="Timeline: Notifications"] article div[lang] span { [aria-label="Timeline: Notifications"] article div[lang] {
display: block; display: block;
font-size: 14px; font-size: 14px;
line-height: 1.5; line-height: 1.5;