mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
fix
This commit is contained in:
parent
b75e2a4f3d
commit
be01a024f2
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ export const Link = ({ height, properties, styles, fireEvent, setExposedVariable
|
|||
justifyContent:
|
||||
horizontalAlignment === 'left' ? 'flex-start' : horizontalAlignment === 'center' ? 'center' : 'flex-end',
|
||||
color: textColor,
|
||||
paddingBottom: verticalAlignment === 'bottom' ? '1px' : '0px',
|
||||
}}
|
||||
>
|
||||
{iconVisibility && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue