2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes secondary issue in #9798

This commit is contained in:
Mark Otto
2013-08-19 09:36:56 -07:00
parent 7bc845abfa
commit 16976cc494
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ input[type="checkbox"],
.form-control-static {
margin-bottom: 0; // Remove default margin from `p`
padding-top: @padding-base-vertical;
padding-top: (@padding-base-vertical + 1);
}