fix: hide data-id='error'

This commit is contained in:
Jean-Baptiste Pasquier 2020-09-24 17:18:46 +02:00
parent 363588442d
commit 20013352d4
1 changed files with 6 additions and 0 deletions

View File

@ -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;