diff --git a/src/components/Omr/OmrItem.vue b/src/components/Omr/OmrItem.vue
index 73f829a..8143bef 100644
--- a/src/components/Omr/OmrItem.vue
+++ b/src/components/Omr/OmrItem.vue
@@ -105,12 +105,12 @@
@@ -749,7 +749,7 @@ export default defineComponent({
(isAnswerSubmitted.value && !props.isGradedQuestion) ||
(isQuizAssessment.value && !props.hasQuizEnded),
},
- "bp-420:h-12 sm:h-12 md:h-12 px-4 placeholder-gray-400 focus:border-gray-200 focus:ring-primary disabled:cursor-not-allowed",
+ "h-12 px-4 placeholder-gray-400 focus:border-gray-200 focus:ring-primary disabled:cursor-not-allowed",
]);
state.subjectiveAnswer = defaultSubjectiveAnswer.value;
diff --git a/src/components/Questions/Body.vue b/src/components/Questions/Body.vue
index 49f21ec..9726ab0 100644
--- a/src/components/Questions/Body.vue
+++ b/src/components/Questions/Body.vue
@@ -154,12 +154,12 @@
@@ -901,7 +901,7 @@ export default defineComponent({
(props.isAnswerSubmitted && !props.isGradedQuestion) ||
(isQuizAssessment.value && !props.hasQuizEnded),
},
- "bp-420:h-20 sm:h-28 md:h-36 px-4 placeholder-gray-400 focus:border-gray-200 focus:ring-primary disabled:cursor-not-allowed",
+ "h-12 px-4 placeholder-gray-400 focus:border-gray-200 focus:ring-primary disabled:cursor-not-allowed",
]);
state.subjectiveAnswer = defaultSubjectiveAnswer.value;