Merge pull request #410 from incubateur-territoires/button-misaligned

fix(css): flex wrap when no space in cssRow right panel styles
This commit is contained in:
Cyprien
2023-01-25 17:37:37 +01:00
committed by GitHub

View File

@@ -22,6 +22,8 @@ export const cssHelp = styled('div', `
export const cssRow = styled('div', `
display: flex;
flex-wrap: wrap;
row-gap: 5px;
margin: 8px 16px;
align-items: center;
color: ${theme.text};