Skip to content

Allow container-fluid inside jumbotron #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2017
Merged

Allow container-fluid inside jumbotron #282

merged 1 commit into from
Apr 25, 2017

Conversation

tmorehouse
Copy link
Member

Adds Boolean prop container-fluid to allow for fluid container inside jumbotron

http://v4-alpha.getbootstrap.com/components/jumbotron/

adds Boolean prop `container-fluid` to allow for fluid container inside jumbotron

http://v4-alpha.getbootstrap.com/components/jumbotron/
@tmorehouse tmorehouse requested a review from pi0 April 25, 2017 17:28
@@ -16,6 +16,10 @@
type: Boolean,
default: false
},
containerFluid: {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please rename it to just fluid to keep consistent with other components :)

Copy link
Member Author

@tmorehouse tmorehouse Apr 25, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is already another fluid prop for the main jumbotron div though.

The jumbotron itself can be fluid (jumbotron-fluid), and the container inside can also be fluid (container-fluid). So there are two things in the jumbotron that can be fluid.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops ;) You are right :)

@pi0 pi0 merged commit 70b0450 into bootstrap-vue:master Apr 25, 2017
@tmorehouse tmorehouse deleted the jumbotron branch April 27, 2017 13:25
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