Fix hover advanced settings (#7488)

<img width="264" alt="Capture d’écran 2024-10-08 à 12 12 59"
src="https://github.com/user-attachments/assets/a01621ef-d7e8-44d1-b301-9579ab632a60">
This commit is contained in:
Thomas Trompette
2024-10-08 13:36:20 +02:00
committed by GitHub
parent 33d5a57ea2
commit 66ec70f776

View File

@@ -4,6 +4,7 @@ const StyledSection = styled.div`
display: flex;
flex-direction: column;
gap: ${({ theme }) => theme.betweenSiblingsGap};
width: 100%;
`;
export { StyledSection as NavigationDrawerSection };