Skip to content

Commit

Permalink
feat(CheckboxList): update style of IsVertical (#4481)
Browse files Browse the repository at this point in the history
* style: 更新样式

* chore: 更新脚本

* chore: 增加 net9 支持

* chore: 支持 net9 sdk

* chore: remove net9 sdk
  • Loading branch information
ArgoZhang authored Oct 18, 2024
1 parent 3a690c6 commit 5af54c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BootstrapBlazor.Server/Components/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<BlazorReconnector @rendermode="new InteractiveServerRenderMode(false)" />

<script src="_content/BootstrapBlazor.SummerNote/js/jquery-3.5.1.min.js"></script>
<Script Src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></Script>
<script Src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
<script src="_framework/blazor.web.js"></script>
@if (Env.IsProduction())
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
padding: 0;
}

.checkbox-item {
&:not(.is-vertical) .checkbox-item {
display: inline-flex;
width: var(--bb-checkbox-item-width);

Expand Down

0 comments on commit 5af54c7

Please sign in to comment.