Fix CSS bug where long commit messages break checkbox padding

This commit is contained in:
Eston Bond
2010-11-09 19:36:30 -08:00
parent d6d4e8b26a
commit e019a38621
@@ -267,6 +267,7 @@ a:hover, a:visited {
}
#wiki-history table tr td.checkbox {
min-width: 2em;
padding: 0.3em;
}