From 790e4c9fbcbe4f6ba6029274fd97fd47bd393fc9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 28 Dec 2020 10:36:07 +0100 Subject: [PATCH] Cleanup Increase mobile line-height --- Resources/public/css/screen.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/public/css/screen.css b/Resources/public/css/screen.css index e162bf8..9edb527 100644 --- a/Resources/public/css/screen.css +++ b/Resources/public/css/screen.css @@ -598,7 +598,6 @@ form .message { border-width: .1rem 0 0 .1rem; border-radius: .2rem; flex-grow: 1; - box-sizing: inherit; box-sizing: border-box; border-collapse: collapse; margin: .5rem; @@ -821,6 +820,7 @@ form .message { form label { width: 6rem; + line-height: 2rem; } form input, @@ -830,10 +830,12 @@ form .message { form textarea, form section section { width: 20rem; + line-height: 2rem; } form button { width: 6rem; + line-height: 2rem; } .col label, @@ -847,7 +849,6 @@ form .message { .col button { width: 12rem; - box-sizing: fit-content; } #dashboard .seventh:nth-child(7n+1), -- 2.41.0