mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(range): increase MD horizontal padding (#16312)
This increases the horizontal padding on Material Design range to prevent clipping within item.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user