Fix: 20766 [Design] Roles missing space between labels and the dropdown field (#22146)

* fix: issue 20766 [Design] Roles missing space between labels and the dropdown field
Ref : #20766

* fix: Roles missing space between labels and the dropdown field
#20766
This commit is contained in:
Archana Agivale 2024-11-20 18:38:02 +05:30 committed by GitHub
parent 780730225a
commit c6c51a76de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -239,8 +239,14 @@ const ActionRow = ({
};
return (
<Flex tag="li" background={isGrey ? 'neutral100' : 'neutral0'} paddingBottom={3} paddingTop={3}>
<Flex paddingLeft={6} style={{ width: 180 }}>
<Flex
tag="li"
background={isGrey ? 'neutral100' : 'neutral0'}
paddingBottom={3}
paddingTop={3}
justifyContent={'space-evenly'}
>
<Flex style={{ width: 180 }}>
<Typography variant="sigma" textColor="neutral600">
{formatMessage({
id: 'Settings.permissions.conditions.can',