Merge pull request #21 from Filiq/patch-2

Made labels not clickable
pull/31/head
Brad Traversy 5 years ago committed by GitHub
commit 3a874928d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,6 +84,7 @@ body {
position: absolute;
top: 15px;
left: 0;
pointer-events: none;
}
.form-control label span {

Loading…
Cancel
Save