diff options
| author | Mark Otto <[email protected]> | 2016-10-27 13:46:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-27 13:46:16 -0700 |
| commit | 78c9757236e5c4fc4b2e7fe35f92156b6ae7e649 (patch) | |
| tree | 5320fcfe31bd0a70f3d6f58881585c4663a1dc49 | |
| parent | 259a420d70913cdb97ceeb303985091a7325fffb (diff) | |
| download | bootstrap-78c9757236e5c4fc4b2e7fe35f92156b6ae7e649.tar.xz bootstrap-78c9757236e5c4fc4b2e7fe35f92156b6ae7e649.zip | |
property order
| -rw-r--r-- | scss/_input-group.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 52f2c13c2..7eef23a9d 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -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; } |
