diff options
Diffstat (limited to 'gui/src/renderer/components/SmallButton.tsx')
| -rw-r--r-- | gui/src/renderer/components/SmallButton.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/src/renderer/components/SmallButton.tsx b/gui/src/renderer/components/SmallButton.tsx index e88d719952..c91fbbdb20 100644 --- a/gui/src/renderer/components/SmallButton.tsx +++ b/gui/src/renderer/components/SmallButton.tsx @@ -53,6 +53,10 @@ const StyledSmallButton = styled.button<StyledSmallButtonProps>(smallText, (prop alignItems: 'center', justifyContent: 'center', + '&&:not(& + &&)': { + marginLeft: '0px', + }, + [`${SmallButtonGroupStart} &&`]: { marginLeft: 0, marginRight: `${BUTTON_GROUP_GAP}px`, |
