From 7ef1e34325f42783bbf8129fd45e788ba67daa2f Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Wed, 16 Nov 2016 22:36:33 -0700 Subject: [PATCH] Fix padding issue on preferences > home page input This value was used before but it ended up overriding the new styles laid down with https://github.com/brave/browser-laptop/pull/5442/ Fixes https://github.com/brave/browser-laptop/issues/5680 Auditors: @jkup Test Plan: 1. Launch Brave and open Preferences 2. Look at padding next to the text inside the "My homepage is" textbox --- less/about/preferences.less | 1 - 1 file changed, 1 deletion(-) diff --git a/less/about/preferences.less b/less/about/preferences.less index d92514624e8..b6b36d434c1 100644 --- a/less/about/preferences.less +++ b/less/about/preferences.less @@ -450,7 +450,6 @@ span.browserButton.primaryButton { input:not([type="checkbox"]), select { &.form-control { box-sizing: border-box; - padding-left: 2px; width: 280px; } }