Skip to content

Commit 04f8c25

Browse files
authored
Make input height full so its easier to click into the input (#3318)
1 parent 256cd27 commit 04f8c25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/holocene/input/input.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
}
222222
223223
.input {
224-
@apply m-2 w-full bg-transparent focus:text-brand focus:outline-none;
224+
@apply m-2 h-full w-full bg-transparent focus:text-brand focus:outline-none;
225225
}
226226
227227
.prefix {

0 commit comments

Comments
 (0)