mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
Fixing locale picker padding / margin (#9613)
This commit is contained in:
parent
02137456a8
commit
500a7b00d9
@ -11,8 +11,14 @@ const List = styled.ul`
|
||||
`;
|
||||
|
||||
const ListItem = styled.li`
|
||||
padding: ${props => props.theme.main.sizes.paddings.xs};
|
||||
margin: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
|
||||
&:hover {
|
||||
background: ${props => props.theme.main.colors.lightGrey};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user