ga-wdi-boston/ember-template

Remove container-fluid from body in index.html

Opened this issue · 6 comments

<body class="container-fluid"> should be something the user adds IMO. Maybe we leave it there to show you can add classes to the body in index.html? Not sure. It just drove me insane for 15 minutes though.

gaand commented

Ember does some bootstrapy stuff when you install bootstrap-sass, so that should probably be investigated?

I would actually support removing this from browser-template as well. (pending investigation)

gaand commented

@raq929 This means I won't merge your pull. Perhaps this is the correct change, but I do not believe this has been investigated or discussed enough to warrant the action you took.

Sorry, I meant to test it and then remove the commit before making the pull. I'll update and re-push the branch.

I don't care if it goes. I added it originally because developers forget to add it themselves and then their apps bleed all the way to the viewport edge and it drives me nuts.

It just drove me insane for 15 minutes though.

That's not a good reason to remove something, IMO. You should know better. 😛

^ 100%. I was just frustrated and it didn't make sense to me that it would be there.