How to hide label element in from group? It make whitespace row on button, checkbox,... in this image ...
WHITESPACE REMOVE IT
label:empty { display: none; }
Most helpful comment