]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
linting
authorMark Otto <markdotto@gmail.com>
Tue, 27 Dec 2016 01:18:19 +0000 (17:18 -0800)
committerMark Otto <markd.otto@gmail.com>
Wed, 28 Dec 2016 06:37:50 +0000 (22:37 -0800)
scss/_button-group.scss

index bbee02abfc19dea51196539384ce9abee6828a25..078b6ee344bc1274ed67fc335647a24338841438 100644 (file)
 .btn-group-vertical {
   display: flex;
   flex-direction: column;
-  justify-content: center;
   align-items: flex-start;
+  justify-content: center;
 
   .btn,
   .btn-group {