Skip to content

Commit 5af54c7

Browse files
authored
feat(CheckboxList): update style of IsVertical (#4481)
* style: 更新样式 * chore: 更新脚本 * chore: 增加 net9 支持 * chore: 支持 net9 sdk * chore: remove net9 sdk
1 parent 3a690c6 commit 5af54c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor.Server/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<BlazorReconnector @rendermode="new InteractiveServerRenderMode(false)" />
3838

3939
<script src="_content/BootstrapBlazor.SummerNote/js/jquery-3.5.1.min.js"></script>
40-
<Script Src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></Script>
40+
<script Src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
4141
<script src="_framework/blazor.web.js"></script>
4242
@if (Env.IsProduction())
4343
{

src/BootstrapBlazor/Components/Checkbox/CheckboxList.razor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
padding: 0;
2525
}
2626

27-
.checkbox-item {
27+
&:not(.is-vertical) .checkbox-item {
2828
display: inline-flex;
2929
width: var(--bb-checkbox-item-width);
3030

0 commit comments

Comments
 (0)