jingo icon indicating copy to clipboard operation
jingo copied to clipboard

Bootstrap class should be container-fluid in \views\layout.jade

Open thomasswilliams opened this issue 8 years ago • 2 comments

To be consistent with other responsive Bootstrap classes on the same page and other pages, the container for main content should have CSS class "container-fluid", not "container". This is set in Jade view layout.jade.

thomasswilliams avatar Aug 15 '16 04:08 thomasswilliams

p.s. not sure I'm doing the whole Git contributing/pull request right!

In any case the fix for the above issue is simple - altering line 47 in \views\layout.jade to: .container-fluid

thomasswilliams avatar Aug 15 '16 04:08 thomasswilliams

Thanks, I will take a look. No worries for the PR :)

claudioc avatar Aug 15 '16 08:08 claudioc