Skip to content

Commit 6d80ec6

Browse files
committed
Fix height on css3 formvalidator loader
1 parent 42e37e3 commit 6d80ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Resources/public/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6862,7 +6862,7 @@ input.form-control[type="color"] {
68626862
height: 39px;
68636863
position: absolute;
68646864
left: 50%;
6865-
top: 200px;
6865+
top: 100px;
68666866
transform: translate(-50%, -50%);
68676867
-o-transform: translate(-50%, -50%);
68686868
-ms-transform: translate(-50%, -50%);

0 commit comments

Comments
 (0)