Made labels not clickable
Now users can easily click on the inputs.
This commit is contained in:
parent
a3282f9023
commit
b8085e289b
@ -84,6 +84,7 @@ body {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 15px;
|
top: 15px;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control label span {
|
.form-control label span {
|
||||||
|
Loading…
Reference in New Issue
Block a user