diff --git a/app/components/viewer/tools/text/styles.module.scss b/app/components/viewer/tools/text/styles.module.scss index 8772b9a1566173b6f8995f61c4af29a1bc466aa4..bc48b91b8cb8db6eba625cac347aa6f5a8bb9097 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;