mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
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:
commit
62125d87ec
@ -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…
Reference in New Issue
Block a user