From 4be2dfb42fe4628eec4cab19d61ceaf1d98430af Mon Sep 17 00:00:00 2001 From: Kristjan SCHMIDT <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Sun, 22 Jan 2023 20:03:04 +0100 Subject: [PATCH] Don't do line breaks in line symbols --- css/styles.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/css/styles.css b/css/styles.css index 050f4e2..7da95ae 100755 --- a/css/styles.css +++ b/css/styles.css @@ -142,6 +142,7 @@ them from the MagicMirror² core system and other modules. padding: 0.2rem; position: relative; text-align: center; + width: max-content; } .mmm-pth-bwl-line-sign { @@ -174,7 +175,6 @@ them from the MagicMirror² core system and other modules. background-color: rgb(0 111 53); border: 0.5px white solid; color: white; - width: max-content; } /* Default properties for busses (general) and obusses (SVV) */ @@ -183,7 +183,6 @@ them from the MagicMirror² core system and other modules. border-radius: 1em; background-color: rgb(122 32 106); color: white; - width: max-content; } /* Default properties for "Rufbusse" */ @@ -197,7 +196,6 @@ them from the MagicMirror² core system and other modules. border-radius: 1rem; background-color: rgb(122 32 106); color: white; - width: max-content; } /* Default properties for trams */ @@ -205,14 +203,12 @@ them from the MagicMirror² core system and other modules. .stb { background-color: rgb(255 0 0); color: white; - width: max-content; } /* Default properties for subways */ .u { background-color: rgb(0 101 173); color: white; - width: max-content; } .mmm-pth-ice-with-product-name::before {