Simple fixes.
[prawokultury.git] / prawokultury / static / css / forms.scss
index 61b095f..3a6f6d4 100644 (file)
@@ -58,4 +58,8 @@
     .required label:before {
         content: '* ';
     }
+
+    input[type="radio"] {
+        width: auto;
+    }
 }