From 92fa80b249c3f5799015d27df8ef3848cd1e45ad Mon Sep 17 00:00:00 2001 From: Nakul Nagargade Date: Wed, 5 Mar 2025 11:31:44 +0530 Subject: [PATCH] Fix alignment issues arising due to label width setting for input components --- frontend/src/_ui/Label.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/_ui/Label.jsx b/frontend/src/_ui/Label.jsx index 3cd7f886cb..721ac05203 100644 --- a/frontend/src/_ui/Label.jsx +++ b/frontend/src/_ui/Label.jsx @@ -13,6 +13,7 @@ function Label({ label, width, labelRef, color, defaultAlignment, direction, aut justifyContent: direction == 'right' ? 'flex-end' : 'flex-start', fontSize: '12px', height: defaultAlignment === 'top' && '20px', + overflow: 'hidden', }} >