Skip to content

Commit

Permalink
Set display
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSidSmith committed Aug 8, 2017
1 parent 1fa9472 commit 6e13777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/less/overrides.less
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ button {
input,
select,
textarea {
display: inline-block;
padding: @padding-base / 2;
border-radius: @border-radius-base;
border: @border-base;
Expand All @@ -122,6 +121,7 @@ input,
select,
.input,
.select {
display: inline-block;
width: @input-width;
}

Expand Down

0 comments on commit 6e13777

Please sign in to comment.