mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Fixes minor spacing issues in multiselect component (#1806)
This commit is contained in:
parent
1e103ad4b7
commit
e96313198a
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ export const Multiselect = function Multiselect({
|
|||
return (
|
||||
<div className="multiselect-widget row g-0" style={{ height, display: visibility ? '' : 'none' }}>
|
||||
<div className="col-auto my-auto">
|
||||
<label style={{ marginRight: '1rem' }} className="form-label py-1">
|
||||
<label style={{ marginRight: label? '1rem' :''}} className="form-label py-1">
|
||||
{label}
|
||||
</label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue