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;