diff --git a/src/BootstrapBlazor.Server/Components/App.razor b/src/BootstrapBlazor.Server/Components/App.razor index 08f502ccaef..3699cb9b32e 100644 --- a/src/BootstrapBlazor.Server/Components/App.razor +++ b/src/BootstrapBlazor.Server/Components/App.razor @@ -37,7 +37,7 @@ - + @if (Env.IsProduction()) { diff --git a/src/BootstrapBlazor/Components/Checkbox/CheckboxList.razor.scss b/src/BootstrapBlazor/Components/Checkbox/CheckboxList.razor.scss index 689b3a9aed5..6fcde56e22b 100644 --- a/src/BootstrapBlazor/Components/Checkbox/CheckboxList.razor.scss +++ b/src/BootstrapBlazor/Components/Checkbox/CheckboxList.razor.scss @@ -24,7 +24,7 @@ padding: 0; } - .checkbox-item { + &:not(.is-vertical) .checkbox-item { display: inline-flex; width: var(--bb-checkbox-item-width);