From 340c9ec7a12a70d2522a3afcf77964dbf7eddc5f Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Tue, 17 May 2022 13:37:43 +0100 Subject: [PATCH] Fixed some inputs affected by height changes --- resources/sass/_forms.scss | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/resources/sass/_forms.scss b/resources/sass/_forms.scss index f639709fc..73799f0a0 100644 --- a/resources/sass/_forms.scss +++ b/resources/sass/_forms.scss @@ -351,16 +351,13 @@ input[type=color] { } } -.inline-input-style { +.title-input input[type="text"] { display: block; width: 100%; padding: $-s; -} - -.title-input input[type="text"] { - @extend .inline-input-style; margin-top: 0; font-size: 2em; + height: auto; } .title-input.page-title { @@ -385,10 +382,12 @@ input[type=color] { } .description-input textarea { - @extend .inline-input-style; + display: block; + width: 100%; + padding: $-s; font-size: $fs-m; color: #666; - width: 100%; + height: auto; } div[editor-type="markdown"] .title-input.page-title input[type="text"] {