From 4a09906149e560cf804d1150750850d2a70b47ef Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Mon, 16 Jan 2023 15:06:10 +0100 Subject: [PATCH] textarea --- app/assets/stylesheets/commons/_forms.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/commons/_forms.sass b/app/assets/stylesheets/commons/_forms.sass index f404282e5..ef237d442 100644 --- a/app/assets/stylesheets/commons/_forms.sass +++ b/app/assets/stylesheets/commons/_forms.sass @@ -8,7 +8,7 @@ legend ~ * clear: left -input.form-control[type=text] +input.form-control[type=text], textarea.form-control font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif font-size: 1rem color: black -- GitLab