From 970dbd6d446eb80a875e585d5ce31f971f6cd74c Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 7 Nov 2022 10:30:45 +0100 Subject: [PATCH] Fix Original theme login form label width Signed-off-by: William Desportes --- themes/original/scss/_common.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss index 7b1339fb0d..14591e7f35 100644 --- a/themes/original/scss/_common.scss +++ b/themes/original/scss/_common.scss @@ -423,7 +423,6 @@ div#modalOverlay { } #login_form label { - width: 10em; font-weight: bolder; }