From 835e0a12a220627c91324c7b7338df47b17a6d91 Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 16 Feb 2015 07:14:20 -0500 Subject: [PATCH] #812: another textarea set to full width --- src/css/3p-filters.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/css/3p-filters.css b/src/css/3p-filters.css index a9b13ea47..2d83c1559 100644 --- a/src/css/3p-filters.css +++ b/src/css/3p-filters.css @@ -116,10 +116,11 @@ body[dir=rtl] #externalListsDiv { margin: 2em 2em 0; } #externalLists { + box-sizing: border-box; font-size: smaller; - width: 48em; - height: 8em; + height: 10em; white-space: pre; + width: 100%; } body #busyOverlay { position: fixed;