edit input tweak height
This commit is contained in:
parent
12b15a2549
commit
e0c2f03c16
1 changed files with 2 additions and 2 deletions
|
@ -739,7 +739,7 @@ fieldset-section {
|
||||||
}
|
}
|
||||||
|
|
||||||
.editable-text__field {
|
.editable-text__field {
|
||||||
height: 1.6rem;
|
height: 2rem;
|
||||||
border-radius: unset;
|
border-radius: unset;
|
||||||
border: unset;
|
border: unset;
|
||||||
border-bottom: 2px solid;
|
border-bottom: 2px solid;
|
||||||
|
@ -751,7 +751,7 @@ fieldset-section {
|
||||||
}
|
}
|
||||||
|
|
||||||
.editable-text__input-button {
|
.editable-text__input-button {
|
||||||
height: 1.6rem;
|
height: 2rem;
|
||||||
border-radius: unset;
|
border-radius: unset;
|
||||||
border: unset;
|
border: unset;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
|
|
Loading…
Reference in a new issue