mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-19 04:14:40 +00:00
Fixed inventory alignment. Issue #2158
This commit is contained in:
parent
49ec9d2e5c
commit
2e64b03a63
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
script(type='text/ng-template', id='partials/options.inventory.equipment.html')
|
||||
.row-fluid
|
||||
.span6.border-right
|
||||
h3(style="display: inline-block; vertical-align: middle;")=env.t('battleGear')
|
||||
h3=env.t('battleGear')
|
||||
|
||||
i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover=env.t('battleGearText'), style="display: inline-block;")
|
||||
li.customize-menu.inventory-gear
|
||||
|
|
|
|||
Loading…
Reference in a new issue