Use empty label instead of a single space label
This commit is contained in:
@@ -32,7 +32,7 @@ export const SegmentSection = ({
|
||||
{children}
|
||||
{fill && (
|
||||
<div className={styles.fill}>
|
||||
<InlineLabel> </InlineLabel>
|
||||
<InlineLabel>{''}</InlineLabel>
|
||||
</div>
|
||||
)}
|
||||
</InlineFieldRow>
|
||||
|
||||
Reference in New Issue
Block a user