fix: hide data-id='error'
This commit is contained in:
parent
363588442d
commit
20013352d4
@ -1,3 +1,9 @@
|
||||
solid-form {
|
||||
[data-id="error"] {
|
||||
display: none !important; // Hide the default core message, english only with a weird message
|
||||
}
|
||||
}
|
||||
|
||||
.form form {
|
||||
display: block;
|
||||
height: fit-content;
|
||||
|
Loading…
Reference in New Issue
Block a user