We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66f7dc commit 4673c39Copy full SHA for 4673c39
src/BootstrapBlazor/BootstrapBlazor.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <Version>9.0.1-beta02</Version>
+ <Version>9.0.1-beta03</Version>
5
</PropertyGroup>
6
7
<ItemGroup>
src/BootstrapBlazor/Components/Select/Select.razor.scss
@@ -184,7 +184,7 @@
184
.was-validated .form-select:invalid:not([multiple]):not([size]),
185
.was-validated .form-select:invalid:not([multiple])[size="1"] {
186
background-position: right -1rem center, center right 1.5rem;
187
- padding-inline-start: var(--bb-select-padding-right);
+ padding-inline-end: var(--bb-select-padding-right);
188
}
189
190
.arrow-danger {
0 commit comments