From 81c34c40de8608299f82c154c5cffd15f52d8459 Mon Sep 17 00:00:00 2001 From: Kristjan SCHMIDT <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Wed, 21 Sep 2022 15:19:34 +0200 Subject: [PATCH] Set text-align for direction cell --- css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.css b/css/styles.css index 4350496..85895d3 100755 --- a/css/styles.css +++ b/css/styles.css @@ -35,6 +35,7 @@ them from the MagicMirror² core system and other modules. overflow: hidden; padding-left: 0.4rem; padding-right: 0.4rem; + text-align: left; text-overflow: ellipsis; white-space: nowrap; }