mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 22:22:50 -05:00
Reduce space between adjacent grid buttons
This commit is contained in:
@@ -385,6 +385,7 @@ const StyledGridButtons = styled.div`
|
||||
|
||||
${StyledButton} {
|
||||
margin: 5px;
|
||||
${({ side }) => (side === 'left' ? 'margin-right: 0' : 'margin-left: 0')};
|
||||
}
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user