Skip to content

Commit 681aa0c

Browse files
committed
Adjust select height again
1 parent 83f5910 commit 681aa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/components/ui/controls/m-input.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function clickCheckbox() {
143143
.mw-input {
144144
padding: 0.6rem;
145145
flex: 1;
146-
min-height: 40px;
146+
min-height: 41px;
147147
transition: border-color 0.25s;
148148
height: auto;
149149
color: var(--text-color);

0 commit comments

Comments
 (0)