Skip to content

Commit f3ed1b0

Browse files
committed
chore: propose increasing horizontal padding to 18px
This prevents the focus indicator in MD from being clipped when there is no start icon or label with the ion-range.
1 parent 2664cdd commit f3ed1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/range/range.md.vars.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$range-md-padding-vertical: 8px !default;
88

99
/// @prop - Padding start/end of the range
10-
$range-md-padding-horizontal: 14px !default;
10+
$range-md-padding-horizontal: 18px !default;
1111

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

0 commit comments

Comments
 (0)