Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Fix how buttons and labels collapse inside a stacked form
Browse files Browse the repository at this point in the history
Fix #76
  • Loading branch information
bartkozal committed Oct 25, 2016
1 parent f925143 commit 1dc2713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ input[readonly] {

.form-stacked {
label {
display: block;
display: table;
margin-bottom: $spacing-unit / 3;
}

Expand All @@ -75,7 +75,7 @@ input[readonly] {
}

button {
display: inline-block;
display: table;
}
}

Expand Down

0 comments on commit 1dc2713

Please sign in to comment.