Skip to content

Commit

Permalink
Center ships within input
Browse files Browse the repository at this point in the history
Addresses RISDEV-212
  • Loading branch information
zechmeister committed Jan 5, 2024
1 parent f3fda6b commit bada131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/shared/components/input/ChipsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function focusNext() {
<li
v-for="(chip, i) in modelValue"
:key="i"
class="group ds-body-01-reg relative -mt-2 flex items-center break-words rounded-full outline-none"
class="group ds-body-01-reg relative -mt-1 flex items-center break-words rounded-full outline-none"
:class="[
readOnly
? 'cursor-default bg-gray-400 pr-0'
Expand Down

0 comments on commit bada131

Please sign in to comment.