From e463962dc3cb79b883cb06e0f8f8cdfc7754b2b8 Mon Sep 17 00:00:00 2001 From: Deepansh Mathur Date: Mon, 5 Aug 2024 09:55:45 +0530 Subject: [PATCH] some ui bug --- src/components/Items/Question/Body.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Items/Question/Body.vue b/src/components/Items/Question/Body.vue index 1db4a485..3aac58b4 100644 --- a/src/components/Items/Question/Body.vue +++ b/src/components/Items/Question/Body.vue @@ -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) {