diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 96522d7c09..9a4985568c 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -487,7 +487,7 @@ div.et2_file { */ /* Link entry - x button*/ div.et2_link_entry { - width: 100%; + width: 99%; white-space: nowrap; } div.et2_link_entry:after { @@ -1362,7 +1362,8 @@ ul.et2_nowrap, div.et2_nowrap{ /** * Some general styles usable for all apps (and widgets) */ -.et2_fullWidth, .et2_fullWidth input, .et2_fullWidth select, .et2_fullWidth textarea { +.et2_fullWidth, .et2_fullWidth input, .et2_fullWidth select, +.et2_fullWidth textarea , .et2_fullWidth input.et2_link_entry { width: 99%; } /* position icons behind input */