mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
fix gold icon alignment
This commit is contained in:
parent
4d1ac51543
commit
b76d731cee
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
.form-group
|
||||
label(v-once) {{ $t('cost') }}
|
||||
.input-group
|
||||
.input-group-prepend.input-group-icon
|
||||
.input-group-prepend.input-group-icon.align-items-center
|
||||
.svg-icon.gold(v-html="icons.gold")
|
||||
input.form-control(type="number", v-model="task.value", required, placeholder="1.0", step="0.01", min="0")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue