Skip to content

Commit

Permalink
Imported from brave-ui: make switch toggle grid with only 1 row
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Aug 1, 2019
1 parent a41a105 commit 49a726b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/sync/grid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const EnabledContentButtonGrid = styled<{}, 'footer'>('footer')`
export const SettingsToggleGrid = styled<{}, 'footer'>('footer')`
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: 1fr 1fr 1fr;
grid-template-rows: 1fr;
grid-gap: 5px;
align-items: center;
margin: 15px 0 0;
Expand Down

0 comments on commit 49a726b

Please sign in to comment.