Skip to content

Commit

Permalink
some ui bug
Browse files Browse the repository at this point in the history
  • Loading branch information
deepansh96 committed Aug 5, 2024
1 parent 0e828c3 commit e463962
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Items/Question/Body.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,9 @@ export default {
return [
{
"h-4 sm:h-5": (optionText == "" && !this.isImagePresentAtOptionIndex(optionIndex)),
"h-full": (optionText != "" || this.isImagePresentAtOptionIndex(optionIndex))
},
"h-full flex content-center"
"flex content-center"
];
},
selectOption(optionIndex) {
Expand Down

0 comments on commit e463962

Please sign in to comment.