Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5de8fcb

Browse files
authored
Fix range group v2 unit y padding (#1431)
1 parent3dd9e7f commit5de8fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pgml-dashboard/src/components/inputs/range_group_v_2/range_group_v_2.scss‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ div[data-controller="inputs-range-group-v-2"] {
1717
color:#{$gray-400};
1818
background:#{$input-bg};
1919
height:100%;
20-
padding:#{$input-padding-y}#{$input-padding-x};
20+
padding:#{$input-padding-y+1}#{$input-padding-x};
2121
border:#{$input-border-width}solid#{$input-border-color};
2222

2323
border-top-right-radius:var(--bs-border-radius);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp