From 2db650cc3bc508ca87340772be1e6c1027e52597 Mon Sep 17 00:00:00 2001 From: nacin Date: Sun, 24 Oct 2010 21:45:35 +0000 Subject: [PATCH] Don't let widget select boxes get cut off by the sidebar in Twenty Ten. props iandstewart, fixes #15114 for trunk. git-svn-id: http://svn.automattic.com/wordpress/trunk@15953 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 0d30338ea..0e80fb943 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -1094,6 +1094,9 @@ h3#reply-title { list-style: square; margin-left: 1.3em; } +.widget-area select { + max-width: 100%; +} .widget_search #s {/* This keeps the search inputs in line */ width: 60%; }