edit input tweak height

This commit is contained in:
zeppi 2022-03-29 13:13:36 -04:00 committed by jessopb
parent 12b15a2549
commit e0c2f03c16

View file

@ -739,7 +739,7 @@ fieldset-section {
}
.editable-text__field {
height: 1.6rem;
height: 2rem;
border-radius: unset;
border: unset;
border-bottom: 2px solid;
@ -751,7 +751,7 @@ fieldset-section {
}
.editable-text__input-button {
height: 1.6rem;
height: 2rem;
border-radius: unset;
border: unset;
color: var(--color-text);