This commit is contained in:
2020-03-27 01:19:01 +01:00
parent 5f30e6ee36
commit 2d2f00bcfd
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,11 +7,11 @@ input, textarea
border: 1px solid var(--color-line);
font-size: $font-size;
display: inline-block;
height: 36px;
height: 40px;
padding: 6px 10px;
line-height: 1.5;
color: var(--color-fg);
border-radius: 0;
border-radius: 3px;
vertical-align: middle;
box-sizing: border-box;
width: 100%;
File diff suppressed because one or more lines are too long