Prevent error label from moving input box

This commit is contained in:
Jesper Mayntzhusen
2018-10-25 16:06:45 +02:00
committed by Sebastiaan Janssen
parent 26aec86850
commit 2cc440c7ff

View File

@@ -1,5 +1,5 @@
.umb-validation-label {
position: relative;
position: absolute;
padding: 1px 5px;
background: @red;
color: @white;