Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
Input group alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cshold committed Mar 14, 2014
1 parent e19ef53 commit bf56529
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions assets/timber.scss.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -1025,12 +1025,18 @@ label.error {
.input-group-field,
.input-group-btn {
display: table-cell;
vertical-align: top;
vertical-align: middle;
margin: 0;
}

.input-group-field {
.input-group .btn,
.input-group .input-group-field {
height: 37px;
}

.input-group .input-group-field {
width: 100%;
margin-bottom: 0;
}

.input-group-btn {
Expand Down

1 comment on commit bf56529

@carolineschnapp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for this, @cshold !

Please sign in to comment.