Skip to content

Commit 4d0ccc3

Browse files
committed
fix: 修复 padding 间隙位置
1 parent c66f7dc commit 4d0ccc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Select/Select.razor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
.was-validated .form-select:invalid:not([multiple]):not([size]),
185185
.was-validated .form-select:invalid:not([multiple])[size="1"] {
186186
background-position: right -1rem center, center right 1.5rem;
187-
padding-inline-start: var(--bb-select-padding-right);
187+
padding-inline-end: var(--bb-select-padding-right);
188188
}
189189

190190
.arrow-danger {

0 commit comments

Comments
 (0)