Skip to content

Commit

Permalink
property order
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Oct 27, 2016
1 parent 259a420 commit 78c9757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_input-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
@if $enable-flex {
// Vertically centers the content of the addons within the input group
display: flex;
justify-content: center;
flex-direction: column;
justify-content: center;
} @else {
display: table-cell;
}
Expand Down

0 comments on commit 78c9757

Please sign in to comment.