Merge pull request #208 from henrik2000/patch-1
Disable text selection on form labels
This commit is contained in:
commit
ec6b394eeb
1 changed files with 1 additions and 0 deletions
|
|
@ -366,6 +366,7 @@ legend {
|
|||
label {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
input[type="radio"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue