fix: styles
This commit is contained in:
parent
40ff0dc01a
commit
c75f98ecd3
3 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,8 @@ label:has(input):has(+ *) input,
|
|||
input[type="text"]:has(+ *),
|
||||
input[type="email"]:has(+ *),
|
||||
input[type="search"]:has(+ *),
|
||||
textarea:has(+ *) {
|
||||
textarea:has(+ *),
|
||||
form:has(+ *) {
|
||||
margin-bottom: var(--sizing-base);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue