From 1b87906a70203c63412f6a9edc3bbe05002eff16 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:07:32 +1300 Subject: [PATCH] teaser text wrap on mobile --- app/static/styles.css | 1 - app/static/styles.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index f5cdb353..fce59b26 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -952,7 +952,6 @@ time { .author { padding-left: 3px; - display: inline-block; } .author a { border-left: 0; diff --git a/app/static/styles.scss b/app/static/styles.scss index f0690e7d..7d238983 100644 --- a/app/static/styles.scss +++ b/app/static/styles.scss @@ -553,7 +553,6 @@ time { .author { padding-left: 3px; - display: inline-block; a { border-left: 0;