Skip to content

Commit

Permalink
Merge branch 'master' into 6262-data-table-inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Jun 23, 2020
2 parents d3db8fd + aba104a commit d58ccac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -20449,7 +20449,7 @@ Number input styles
}

.#{$prefix}--number--xl .#{$prefix}--number__control-btn {
height: #{$input-xl-height / 2};
height: calc(#{$input-xl-height} / 2);
}

.#{$prefix}--number--xl.#{$prefix}--number--mobile
Expand All @@ -20471,7 +20471,7 @@ Number input styles
}

.#{$prefix}--number--sm .#{$prefix}--number__control-btn {
height: #{$input-sm-height / 2};
height: calc(#{$input-sm-height} / 2);
}

.#{$prefix}--number--sm.#{$prefix}--number--mobile
Expand Down

0 comments on commit d58ccac

Please sign in to comment.