summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-15 01:06:57 +0000
committerdbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-15 01:06:57 +0000
commit9befd355bf3d16db896469d9de6111af2027cbaf (patch)
tree628e3c39c6da8dea8b81578701f6131dc4c8bb7d
parentcf7cb81e6c68f0cb80d34f8818c5aecc7495e7de (diff)
downloadchromium_src-9befd355bf3d16db896469d9de6111af2027cbaf.zip
chromium_src-9befd355bf3d16db896469d9de6111af2027cbaf.tar.gz
chromium_src-9befd355bf3d16db896469d9de6111af2027cbaf.tar.bz2
Give the autofill setting overlay a set width instead of just a min-width.
R=estade@chromium.org BUG=273122 TEST=visual Review URL: https://chromiumcodereview.appspot.com/23209002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217720 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/resources/options/autofill_options.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/options/autofill_options.css b/chrome/browser/resources/options/autofill_options.css
index 488197c..e777c94 100644
--- a/chrome/browser/resources/options/autofill_options.css
+++ b/chrome/browser/resources/options/autofill_options.css
@@ -3,7 +3,7 @@
* found in the LICENSE file. */
#autofill-options {
- min-width: 550px;
+ width: 550px;
}
#autofill-help {