Skip to content

Conversation

q3aiml
Copy link
Contributor

@q3aiml q3aiml commented Mar 10, 2022

During the bootstrap 5 update in 6878670 (#3455) this class was changed from
content to container. The container class, unlike content, has a max
width of 1320px. Restore prior behavior of using the full width by using
container-fluid to avoid wasted whitespace. This is especially useful on
list pages with a large number of columns.

Before

before non-full width image

After

after full width image

Bootstrap 3

image

During the bootstrap 5 update in 6878670 (railsadminteam#3455) this class was changed from
`content` to `container`. The `container` class, unlike `content`, has a max
width of 1320px. Restore prior behavior of using the full width by using
`container-fluid` to avoid wasted whitespace.
@mshibuya mshibuya merged commit ebc834d into railsadminteam:master Mar 11, 2022
@mshibuya
Copy link
Member

Ah I didn't notice, thanks!

mshibuya pushed a commit that referenced this pull request Mar 13, 2022
During the bootstrap 5 update in 6878670 (#3455) this class was changed from
`content` to `container`. The `container` class, unlike `content`, has a max
width of 1320px. Restore prior behavior of using the full width by using
`container-fluid` to avoid wasted whitespace.
@q3aiml q3aiml deleted the full-width-content branch March 25, 2022 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants