diff options
| author | Mark Otto <[email protected]> | 2016-12-27 14:36:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-27 22:37:50 -0800 |
| commit | 4d141cb3d16aae2acd58e574148c6416dcf1628b (patch) | |
| tree | 47864ebd467c1cd21ea9b71c1561f5b55e3afc97 | |
| parent | a849fa949babf7a5cfb882952666d7144a4962f8 (diff) | |
| download | bootstrap-4d141cb3d16aae2acd58e574148c6416dcf1628b.tar.xz bootstrap-4d141cb3d16aae2acd58e574148c6416dcf1628b.zip | |
remove commented out code
| -rw-r--r-- | scss/_button-group.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 078b6ee34..e3690ee2e 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -5,7 +5,6 @@ .btn-group-vertical { position: relative; display: flex; - // display: inline-block; vertical-align: middle; // match .btn alignment given font-size hack above > .btn { |
