mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Fix alignment issues arising due to label width setting for input components
This commit is contained in:
parent
861e8904a8
commit
92fa80b249
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue