Skip to content

Commit a78619a

Browse files
committed
feat(tpl): adjust text input padding
1 parent 435684d commit a78619a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tpl/frontend/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ button:disabled {
7979
cursor: default;
8080
}
8181

82+
input[type=text] {
83+
padding: 0.25em;
84+
}
85+
8286
em {
8387
font-style: normal;
8488
font-weight: normal;

0 commit comments

Comments
 (0)