diff --git a/packages/nc-gui/components/cell/Decimal.vue b/packages/nc-gui/components/cell/Decimal.vue
index 42c37612ee..2ebd8340e9 100644
--- a/packages/nc-gui/components/cell/Decimal.vue
+++ b/packages/nc-gui/components/cell/Decimal.vue
@@ -27,12 +27,12 @@ const focus: VNodeRef = (el) => (el as HTMLInputElement)?.focus()
v-if="editEnabled"
:ref="focus"
v-model="vModel"
- class="outline-none p-0 border-none w-full h-full prose-sm"
+ class="outline-none p-0 border-none w-full h-full text-sm"
type="number"
step="0.1"
@blur="editEnabled = false"
/>
- {{ vModel }}
+ {{ vModel }}