From b8471bb1db6c52770dcfac31853c0c4c6592048d Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 4 Nov 2015 09:27:00 +0000 Subject: [PATCH] Fix links with very long description causes scrollbar for Links tabs in popups --- etemplate/templates/default/etemplate2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index e6f9e812a9..1fcde470eb 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -764,6 +764,7 @@ ul.et2_link_string { -moz-user-select: none; -ms-user-select: none; user-select: none; + white-space: normal; } .et2_link_list tr { cursor: pointer;