mirror of
https://github.com/strapi/strapi.git
synced 2025-09-24 07:50:33 +00:00
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:
parent
780730225a
commit
c6c51a76de
@ -239,8 +239,14 @@ const ActionRow = ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Flex tag="li" background={isGrey ? 'neutral100' : 'neutral0'} paddingBottom={3} paddingTop={3}>
|
<Flex
|
||||||
<Flex paddingLeft={6} style={{ width: 180 }}>
|
tag="li"
|
||||||
|
background={isGrey ? 'neutral100' : 'neutral0'}
|
||||||
|
paddingBottom={3}
|
||||||
|
paddingTop={3}
|
||||||
|
justifyContent={'space-evenly'}
|
||||||
|
>
|
||||||
|
<Flex style={{ width: 180 }}>
|
||||||
<Typography variant="sigma" textColor="neutral600">
|
<Typography variant="sigma" textColor="neutral600">
|
||||||
{formatMessage({
|
{formatMessage({
|
||||||
id: 'Settings.permissions.conditions.can',
|
id: 'Settings.permissions.conditions.can',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user