Skip to content

Commit ddca378

Browse files
committed
Move textarea reset rule to base layer
1 parent a28f403 commit ddca378

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

web/src/app.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
* {
7171
border-color: var(--color-edge);
7272
}
73+
textarea {
74+
vertical-align: bottom;
75+
}
7376
}
7477

7578
@utility btn-ghost-hover {
@@ -121,7 +124,3 @@
121124
.png-bg {
122125
background: url("/png.gif") right bottom var(--color-gray-300);
123126
}
124-
125-
textarea {
126-
vertical-align: bottom;
127-
}

0 commit comments

Comments
 (0)