# HG changeset patch # User Mike Becker # Date 1629294673 -7200 # Node ID 23f936582c4697315a06f4ee453d5ab7e843bde5 # Parent d68b08c8f6d0043016af1685d6cdc8284d6268fd do not style checkboxes with 100% width by default diff -r d68b08c8f6d0 -r 23f936582c46 src/main/webapp/lightpit.css --- a/src/main/webapp/lightpit.css Wed Aug 18 15:34:36 2021 +0200 +++ b/src/main/webapp/lightpit.css Wed Aug 18 15:51:13 2021 +0200 @@ -246,6 +246,10 @@ text-align: right; } +input[type=checkbox] { + width: auto; +} + .fullwidth { width: 100%; }