style(Search): use consistent padding when display error msg (#12409)

This commit is contained in:
neverland 2023-10-28 19:31:39 +08:00 committed by GitHub
parent 5829f9aa72
commit c1d32e953f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,8 @@
&--with-message {
height: auto;
align-items: flex-start;
padding-top: 5px;
padding-bottom: 5px;
}
}