From 3cbb0d499e7326514c71ab326d1de16ea77781a6 Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Thu, 20 Dec 2018 20:03:27 -0200 Subject: [PATCH] Imported from brave-ui: make switch toggle grid with only 1 row address https://github.com/brave/brave-browser/issues/2676 --- src/features/sync/grid/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/sync/grid/index.ts b/src/features/sync/grid/index.ts index 45f537f74ac8..a52cf94feee2 100644 --- a/src/features/sync/grid/index.ts +++ b/src/features/sync/grid/index.ts @@ -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;