Skip to content

Commit 50bc529

Browse files
authored
feat(Slider): update style compatible with row (#5797)
* refactor: 微调 silider 样式 * chore: bump version 9.5.4
1 parent 57d8b4f commit 50bc529

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.5.3</Version>
4+
<Version>9.5.4</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

src/BootstrapBlazor/Components/Slider/Slider.razor.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.row {
1+
.row {
22
--bb-form-range-margin-top: #{$bb-form-range-margin-top};
33

4-
.form-range {
4+
> div[class^="col-"] > .form-range {
55
margin-block-start: var(--bb-form-range-margin-top);
66
}
77
}

0 commit comments

Comments
 (0)