From 910120ecd798aca22e04da64fb777fbd21f06748 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 3 Jan 2023 13:52:13 +0800 Subject: [PATCH] When status is small, need more breathing space --- src/components/status.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/status.css b/src/components/status.css index 5a606744..0c98bc94 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -103,6 +103,9 @@ justify-content: space-between; white-space: nowrap; } +.status.small > .container > .meta { + margin-bottom: 4px; +} .status > .container > .meta > * { min-width: 0; overflow: hidden;