mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 12:13:40 +02:00
Merge pull request #7608 from ctrlaltdavid/fix-edit-checkboxes
Fix checkbox being clickable outside of checkbox and label extents
This commit is contained in:
commit
254f7675d1
1 changed files with 4 additions and 0 deletions
|
@ -452,6 +452,10 @@ input[type=checkbox]:checked + label:hover {
|
|||
min-height: 29px;
|
||||
}
|
||||
|
||||
.property.checkbox {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.property label {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Reference in a new issue