From f6d5a59c8ae2b4a82259a846d7b15f3c537be53b Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Mon, 23 Jan 2017 14:18:56 -0800 Subject: [PATCH] Fix width of edit.js dropdown to accomodate collision options --- scripts/system/html/css/edit-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/html/css/edit-style.css b/scripts/system/html/css/edit-style.css index 91138e41ec..251d0a2d75 100644 --- a/scripts/system/html/css/edit-style.css +++ b/scripts/system/html/css/edit-style.css @@ -593,7 +593,7 @@ hr { .dropdown dl { font-family: FiraSans-SemiBold; font-size: 15px; - width: 172px; + width: 292px; height: 28px; padding: 0 28px 0 12px; color: #afafaf; @@ -645,7 +645,7 @@ hr { .dropdown li { list-style-type: none; padding: 3px 0 1px 12px; - width: 200px; + width: 320px; height: auto; font-family: FiraSans-SemiBold; font-size: 15px;