[O] Fix error message styling

This commit is contained in:
Hykilpikonna
2019-09-07 08:23:34 -04:00
parent c95a5b343e
commit 9a752305e3
+9
View File
@@ -88,3 +88,12 @@
background-color: white !important;
}
}
// Fix error message
.el-form-item__error.custom
{
padding-top: 0;
position: relative;
top: auto;
float: left;
}