Fixed weirdness on create guild page. Elements were overflowing out of
their boxes
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user