mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 11:38:24 +00:00
Fixed weirdness on create guild page. Elements were overflowing out of
their boxes
This commit is contained in:
parent
46cb38660e
commit
bd21c93b36
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue