From acfa2ff6cf982614c8e51a6975916acde4bab211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?"J.=20Rene=CC=81e=20Beach"?= Date: Wed, 23 Jan 2013 14:31:29 -0500 Subject: [PATCH] Issue #1896894 by jessebeach: Width declaration on summary elements in the Seven theme trigger a horizontal scrollbar at narrow widths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: J. ReneĢe Beach --- core/themes/seven/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css index 445730f..38d2f73 100644 --- a/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -761,7 +761,6 @@ select.form-select:focus { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - width: 100%; } #dblog-filter-form .form-actions { float: none; -- 1.7.10.4