Fix alignment issues arising due to label width setting for input components

This commit is contained in:
Nakul Nagargade 2025-03-05 11:31:44 +05:30
parent 861e8904a8
commit 92fa80b249

View file

@ -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',
}}
>
<p