From fd7a6ed0424a5fb4e89e5dc7bdb590f38b2a59b6 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 7 Apr 2016 17:20:40 +1200 Subject: [PATCH] Fix checkbox being clickable outside of checkbox and label extents --- examples/html/edit-style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/html/edit-style.css b/examples/html/edit-style.css index 02a3ba3cab..841ba34702 100644 --- a/examples/html/edit-style.css +++ b/examples/html/edit-style.css @@ -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;