From bd21c93b36abcae65dfd62b972be59102b8407e1 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sun, 7 Dec 2014 20:52:49 -0600 Subject: [PATCH] Fixed weirdness on create guild page. Elements were overflowing out of their boxes --- views/options/index.jade | 2 +- views/options/social/index.jade | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/views/options/index.jade b/views/options/index.jade index fd43ab6934..513aa4a3bd 100644 --- a/views/options/index.jade +++ b/views/options/index.jade @@ -7,6 +7,6 @@ script(id='partials/options.html', type="text/ng-template") .container-fluid .row .col-md-12 - .tab-content + .tab-content.row .tab-pane.active div(ui-view) diff --git a/views/options/social/index.jade b/views/options/social/index.jade index b0fb4053c8..e7483776b1 100644 --- a/views/options/social/index.jade +++ b/views/options/social/index.jade @@ -71,7 +71,8 @@ script(type='text/ng-template', id='partials/options.social.guilds.detail.html') include ./group script(type='text/ng-template', id='partials/options.social.guilds.create.html') - include ./create-group + div.col-xs-12 + include ./create-group script(type='text/ng-template', id='partials/options.social.guilds.html') ul.options-submenu