From 96964a4e03a2e9a1e1af9babc3f817ce9fbc4a85 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 11 Aug 2014 12:28:32 +0530 Subject: [PATCH] [minor] Visible Columns' Label should show ellipsis on overflow --- erpnext/templates/form_grid/includes/visible_cols.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/templates/form_grid/includes/visible_cols.html b/erpnext/templates/form_grid/includes/visible_cols.html index 38abdd03f3..285c1254b6 100644 --- a/erpnext/templates/form_grid/includes/visible_cols.html +++ b/erpnext/templates/form_grid/includes/visible_cols.html @@ -2,10 +2,10 @@ {% var val = doc.get_formatted(df.fieldname); if(val) { %}
-
- {%= __(df.label) %}: +
+ {%= __(df.label) %}:
-
+
{%= doc.get_formatted(df.fieldname) %}