From 6131aa4479a51862c28d4da693bb1fe5d2c47e24 Mon Sep 17 00:00:00 2001 From: maTh Date: Wed, 28 Dec 2022 23:06:03 +0100 Subject: fix: Misalignment of "There are no articles to show" box (#4959) --- p/themes/base-theme/frss.rtl.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'p/themes/base-theme/frss.rtl.css') diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 6bd36a646..b44ca08f1 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -712,6 +712,8 @@ input[type="checkbox"]:focus-visible { /*=== Alerts */ .alert { + margin: 1rem auto; + padding: 0.75rem 1rem; display: block; width: 90%; } -- cgit v1.2.3