From 5ad26b78a6608f03f1480c06c6d533557835245b Mon Sep 17 00:00:00 2001 From: Sebastian Mohr <sebastian@mohrenclan.de> Date: Tue, 16 Jan 2024 16:25:17 +0100 Subject: [PATCH] Browser compatibility. --- app/components/viewer/tools/text/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/viewer/tools/text/styles.module.scss b/app/components/viewer/tools/text/styles.module.scss index 8772b9a1..bc48b91b 100644 --- a/app/components/viewer/tools/text/styles.module.scss +++ b/app/components/viewer/tools/text/styles.module.scss @@ -144,7 +144,7 @@ $resizeHandleSize: 10px; outline: solid $primary 1px; display: flex; flex-wrap: wrap; - justify-content: start; + justify-content: flex-start; //Animate height transition: height 0.2s ease-in-out; -- GitLab