fix default checkbox alignment (#3042)

This commit is contained in:
Grace Guo 2017-06-26 18:06:12 -07:00 committed by GitHub
parent 7045018d86
commit ff3057de5d
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ input[type="checkbox"] {
display: inline-block;
width: 16px;
height: 16px;
float: right;
}
.widget-is-cached {