From afd66ce7cb833c5025158ad82488dfc332c0f39c Mon Sep 17 00:00:00 2001 From: MohammadSaleh Kamyab Date: Sun, 21 Nov 2021 05:46:48 +0000 Subject: [PATCH] Update 'assets/themes/default/_global.scss' --- assets/themes/default/_global.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/themes/default/_global.scss b/assets/themes/default/_global.scss index fc61f953..ec33015e 100644 --- a/assets/themes/default/_global.scss +++ b/assets/themes/default/_global.scss @@ -237,6 +237,7 @@ p.error { font-size: 1.75em; font-weight: normal; line-height: 1.75; + display: inline-block; a { display: block; transition: color 0.1s ease-in; @@ -247,7 +248,7 @@ p.error { } .controls { - float: right; + float: inline-end; .button { margin-top: 0; @@ -261,7 +262,7 @@ p.error { font-family: $lora; font-size: 1em; line-height: 1.25; - text-align: left; + text-align: initial; overflow: hidden; } }