do not style checkboxes with 100% width by default

Wed, 18 Aug 2021 15:51:13 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 18 Aug 2021 15:51:13 +0200
changeset 229
23f936582c46
parent 228
d68b08c8f6d0
child 230
95b419e054fa

do not style checkboxes with 100% width by default

src/main/webapp/lightpit.css file | annotate | diff | comparison | revisions
--- 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%;
 }

mercurial