From d8fe8209eb35ecb6edf0b06d9a1d4fdc3356fb4e Mon Sep 17 00:00:00 2001 From: Martin Heuschober Date: Sun, 9 Jun 2024 11:29:08 +0100 Subject: [PATCH] Fix: box layout with suggestion from issue #118 --- styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 8135fd3..57354ae 100644 --- a/styles.css +++ b/styles.css @@ -70,6 +70,7 @@ position: relative; font-size: 0.75em; background-color: #ebedf0; + margin-inline-start: 0 !important; } .theme-dark .heatmap-calendar-boxes .isEmpty { @@ -168,4 +169,4 @@ /* ---- /* ---- DEV Only /END ---- */ -/* ---- \ No newline at end of file +/* ----