From 04e23d804cbbb5be3473eeeb8ac0828eabfa8e42 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 9 Aug 2011 22:17:26 -0700 Subject: [PATCH] Limit the width of the folder select box --- public/stylesheets/application.css | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 26af889..18da049 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -3409,6 +3409,9 @@ div.with_media_panel .formfield input { .text-editor-sidebar .media-upload-error { color: red; } +.text-editor-sidebar select { + max-width: 355px; +} /* ==> public/stylesheets/controller_contact.css <== */ /*** SELECT CITY ***/ -- libgit2 0.21.2