Using grid inside modal misalignment #16902

Closed
julzmon opened this Issue Jul 28, 2015 · 2 comments

4 participants

@julzmon
julzmon commented Jul 28, 2015

When using the recommended .container-fluid grid inside modal creates misalignment with modal-title.
The title and modal-body aren't aligned. Is this by design or a bug?

http://getbootstrap.com/javascript/#modals-grid-system

screen shot 2015-07-28 at 12 51 26 pm

@robertvasile

using .container-fluid there or any other container makes no sense, since modals have their own behaviour; just don't use the .container-fluid, place the rows directly in modal-body

edit it's a bad example, not a bug

@cvrebert cvrebert added docs css labels Jul 28, 2015
@cvrebert
Bootstrap member

CC: @mdo

@mdo mdo added this to the v3.3.6 milestone Aug 5, 2015
@mdo mdo referenced this issue Aug 5, 2015
Closed

v3.3.6 ship list #16644

@mdo mdo added a commit that closed this issue Aug 5, 2015
@mdo mdo fixes #16902: remove the .container-fluid from the grid system in mod…
…al example since it's doubling up padding
f9bee7d
@mdo mdo closed this in f9bee7d Aug 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment