Skip to content

Commit

Permalink
* remove div inside image
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorMurphy21 committed Feb 18, 2024
1 parent da3ab86 commit 443a49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/responseMatching/ActiveMatching.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ const { t } = useI18n();
v-tooltip.left.ds900="t('tooltip.noMatch', { response: gameStore.selectedResponse })"
class="btn btn-primary w-50 fs-4 d-flex justify-content-center align-items-center"
@click="noMatch">
<div class="d-flex justify-content-center align-items-center w-75">
<span class="w-75">
<img class="my-auto w-75 w-sm-50 w-lg-25" src="@/assets/images/sike.png" :alt="t('sike')" />
</div>
</span>
</button>
<span v-t="'or'" />
<response-list v-model="matchedResponse" :selectable="true" :height="40" />
Expand Down

0 comments on commit 443a49a

Please sign in to comment.