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 57d8b4f commit 50bc529Copy full SHA for 50bc529
src/BootstrapBlazor/BootstrapBlazor.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <Version>9.5.3</Version>
+ <Version>9.5.4</Version>
5
</PropertyGroup>
6
7
<ItemGroup>
src/BootstrapBlazor/Components/Slider/Slider.razor.scss
-.row {
+.row {
--bb-form-range-margin-top: #{$bb-form-range-margin-top};
- .form-range {
+ > div[class^="col-"] > .form-range {
margin-block-start: var(--bb-form-range-margin-top);
}
0 commit comments