Fixed some inputs affected by height changes

This commit is contained in:
Dan Brown 2022-05-17 13:37:43 +01:00
parent d20c74babf
commit 340c9ec7a1
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -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"] {