diff --git a/inst/components/scss/sidebar.scss b/inst/components/scss/sidebar.scss index 03ddad884..b00198797 100644 --- a/inst/components/scss/sidebar.scss +++ b/inst/components/scss/sidebar.scss @@ -308,7 +308,7 @@ $bslib-sidebar-column-sidebar: Min(calc(100% - var(--_padding-icon)), var(--_sid .bslib-sidebar-layout { &, &.sidebar-right { // Remove sidebar borders in mobile view (except always-open, added below) - > .sidebar { border: none } + > .sidebar { border: none; } // Main area takes up entire layout area to avoid layout shift when // sidebar is expanded as an overlay. diff --git a/inst/components/scss/value_box.scss b/inst/components/scss/value_box.scss index 4650389be..ae6331237 100644 --- a/inst/components/scss/value_box.scss +++ b/inst/components/scss/value_box.scss @@ -85,7 +85,7 @@ $bslib-value-box-horizontal-break-point: 300px !default; @include bootstrap-heading-font-and-spacing($h6-font-size); // add a non-breaking space to ensure it's not 0 height &:empty::after { - content: '\00a0 ' + content: '\00a0 '; } } @@ -93,7 +93,7 @@ $bslib-value-box-horizontal-break-point: 300px !default; @include bootstrap-heading-font-and-spacing($h2-font-size); // add a non-breaking space to ensure it's not 0 height &:empty::after { - content: '\00a0 ' + content: '\00a0 '; } }