Skip to content

Commit

Permalink
fix(range): increase MD horizontal padding (#16312)
Browse files Browse the repository at this point in the history
This increases the horizontal padding on Material Design
range to prevent clipping within item.
  • Loading branch information
camwiegert authored Nov 13, 2018
1 parent 0fec722 commit 5d00501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/range/range.md.vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$range-md-padding-vertical: 8px !default;

/// @prop - Padding start/end of the range
$range-md-padding-horizontal: 8px !default;
$range-md-padding-horizontal: 14px !default;

/// @prop - Height of the range slider
$range-md-slider-height: 42px !default;
Expand Down

0 comments on commit 5d00501

Please sign in to comment.