Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2022-11-07 12:30:45 +0300
committerWilliam Desportes <williamdes@wdes.fr>2022-11-12 15:53:52 +0300
commit970dbd6d446eb80a875e585d5ce31f971f6cd74c (patch)
treecde619c6d14b0ff53cbc988af59bd0595dd07f0e
parent4f9999d706234356cd38dd14ade684817bdabed2 (diff)
Fix Original theme login form label width
Signed-off-by: William Desportes <williamdes@wdes.fr>
-rw-r--r--themes/original/scss/_common.scss1
1 files changed, 0 insertions, 1 deletions
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;
}