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

fix(css): flex wrap when no space in cssRow right panel styles
pull/406/head
Cyprien 1 year ago committed by GitHub
commit 62125d87ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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};

Loading…
Cancel
Save