aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-26 17:18:19 -0800
committerMark Otto <[email protected]>2016-12-27 22:37:50 -0800
commita849fa949babf7a5cfb882952666d7144a4962f8 (patch)
tree807daa8643f91f5f25c835c9f384fd6b54854091
parentfd75c4127988a9d61c3fec208b398763b68ae338 (diff)
downloadbootstrap-a849fa949babf7a5cfb882952666d7144a4962f8.tar.xz
bootstrap-a849fa949babf7a5cfb882952666d7144a4962f8.zip
linting
-rw-r--r--scss/_button-group.scss2
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 {