Skip to content

Commit

Permalink
Merge pull request #10845 from TheBnl/patch-1
Browse files Browse the repository at this point in the history
Use calc in button group with single child
  • Loading branch information
ncoden authored Jan 20, 2018
2 parents 8214b56 + ec793f9 commit 40d6ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/components/_button-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $buttongroup-radius-on-each: true !default;
@else {
// One child
&:first-child:last-child {
width: 100%;
width: calc(100% - #{$spacing});
}

// Two or more childreen
Expand Down

0 comments on commit 40d6ec8

Please sign in to comment.