Use small text input for receiving cost editor fields

This commit is contained in:
Lance Edgar 2023-09-19 14:45:48 -05:00
parent 6274e33a8c
commit 8b15f1304f

View file

@ -102,6 +102,7 @@
<b-input v-model="inputValue"
ref="input"
v-show="editing"
size="is-small"
@keydown.native="inputKeyDown"
@focus="selectAll"
@blur="inputBlur"