fix(css): flex wrap when no space in cssRow right panel styles

This commit is contained in:
Camille 2023-01-25 11:24:39 +01:00
parent 1af8865ff9
commit 1f6a0f12ed

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