css: fix <input> margins.

Fix regression in d6b1302e0. Fixes the related tags list having extra
space between tags because of default margins around the <input> checkboxes.
This commit is contained in:
evazion
2022-01-22 18:29:33 -06:00
parent d2a24e6b10
commit 893fa1e948

View File

@@ -2,7 +2,7 @@
box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, dl, dd, menu {
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote, dl, dd, menu, input {
margin: 0;
}