From a1621813a5724afe8b73d57a604c4b304e1816bc Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 1 Dec 2016 17:06:15 +0900 Subject: [PATCH] Aligned elements in titleBar on about:preferences#payments --- less/about/preferences.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/less/about/preferences.less b/less/about/preferences.less index eaf48bf08e0..35db2e0e537 100644 --- a/less/about/preferences.less +++ b/less/about/preferences.less @@ -14,8 +14,9 @@ body { } #paymentsSwitches { - margin-top: 15px; - padding: 5px; + display: flex; + align-items: center; + min-height: 40px; .enablePaymentsSwitch { float: left;