{/* Display the title only when pls.length > 0 (i.e., at least one PL row is added) */}
{pls.length > 0 && (
- Prefix List
+ Prefix List
{getFeatureChip({
isFirewallRulesetsPrefixlistsFeatureEnabled,
isFirewallRulesetsPrefixListsBetaEnabled,
@@ -342,7 +371,10 @@ export const MultiplePrefixListSelect = React.memo(
);
@@ -522,13 +522,13 @@ export const generateAddressesLabelV2 = (
{hasMore && (
({
minWidth: '248px',
- padding: `${theme.spacingFunction(16)} !important`,
+ paddingX: '0 !important',
+ paddingY: `${theme.spacingFunction(16)} !important`,
}),
},
}}