From 43a242312c29f18656e12f2a4115e49f7dcbf34c Mon Sep 17 00:00:00 2001 From: Joxit Date: Sat, 29 Apr 2023 20:05:30 +0200 Subject: [PATCH] fix(taglist): align creation date to the left fixes #297 --- src/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/style.scss b/src/style.scss index b0043c8..3fa8a75 100644 --- a/src/style.scss +++ b/src/style.scss @@ -390,6 +390,12 @@ taglist .creation-date { width: 10em; } +material-card td.creation-date, +material-card th.creation-date { + text-align: left; + max-width: 10em; +} + taglist .image-size { width: 7em; }