From a3d1fd56474613d06db34727704042215c576e79 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 19 Aug 2019 21:21:06 +0100 Subject: [PATCH] Stop tweets breaking onto multiple lines --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index bab83f3..e5b0091 100644 --- a/styles.css +++ b/styles.css @@ -16,7 +16,7 @@ nav[aria-label="Primary"] > div span { } /* Adjust the font styling within tweets */ -[aria-label="Timeline: Notifications"] article div[lang] span { +[aria-label="Timeline: Notifications"] article div[lang] { display: block; font-size: 14px; line-height: 1.5;