Skip to content

Commit

Permalink
fix(layout_columns): Don't break grid-column on md-down (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Jan 24, 2024
1 parent f90d6b8 commit e496d71
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Config/testthat/parallel: true
Config/testthat/start-first: zzzz-bs-sass, fonts, zzz-precompile, theme-*, rmd-*
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Collate:
'accordion.R'
'breakpoints.R'
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion inst/components/dist/components.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/components/scss/grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bslib-layout-columns[hidden-until-init] > * {

@include media-breakpoint-down(md) {
// collapse all columns to a single column below medium (by default only)
.bslib-grid > * {
bslib-layout-columns:where(.bslib-grid) > * {
grid-column: 1 / -1;
}
}
Expand Down
4 changes: 2 additions & 2 deletions man/bs_bundle.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/bs_current_theme.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/bs_dependency.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/bs_global_theme.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/bs_remove.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/bs_theme_dependencies.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/bs_theme_preview.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e496d71

Please sign in to comment.