Fix action menu padding (#8652)

Before:
<img width="211" alt="Capture d’écran 2024-11-21 à 16 10 29"
src="https://github.com/user-attachments/assets/f13be007-e043-4b65-8fb1-b7264f7b37fd">

After:
<img width="218" alt="Capture d’écran 2024-11-21 à 16 10 10"
src="https://github.com/user-attachments/assets/3fdf02b1-f932-4e72-8994-7596f6e22164">
This commit is contained in:
Raphaël Bosi
2024-11-21 16:27:50 +01:00
committed by GitHub
parent 670c8a0b98
commit aae18a94c5

View File

@ -15,7 +15,7 @@ const StyledHeader = styled.li`
border-top-right-radius: ${({ theme }) => theme.border.radius.sm};
border-bottom: 1px solid ${({ theme }) => theme.border.color.light};
padding: ${({ theme }) => theme.spacing(1)} 0;
padding: ${({ theme }) => theme.spacing(1)};
user-select: none;
width: inherit;