diff options
| author | Mark Otto <[email protected]> | 2016-12-26 17:18:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-27 22:37:50 -0800 |
| commit | a849fa949babf7a5cfb882952666d7144a4962f8 (patch) | |
| tree | 807daa8643f91f5f25c835c9f384fd6b54854091 | |
| parent | fd75c4127988a9d61c3fec208b398763b68ae338 (diff) | |
| download | bootstrap-a849fa949babf7a5cfb882952666d7144a4962f8.tar.xz bootstrap-a849fa949babf7a5cfb882952666d7144a4962f8.zip | |
linting
| -rw-r--r-- | scss/_button-group.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss index bbee02abf..078b6ee34 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -148,8 +148,8 @@ .btn-group-vertical { display: flex; flex-direction: column; - justify-content: center; align-items: flex-start; + justify-content: center; .btn, .btn-group { |
