From 7b2f469bf01064a5af9b77811aa899cc42d1979f Mon Sep 17 00:00:00 2001 From: Mangesh-Khairnar Date: Sun, 19 Apr 2020 23:05:48 +0530 Subject: [PATCH] fix: remove nowrap from ellipsis class --- frappe/templates/styles/card_style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/templates/styles/card_style.css b/frappe/templates/styles/card_style.css index 595d974011..cf90ff0bd5 100644 --- a/frappe/templates/styles/card_style.css +++ b/frappe/templates/styles/card_style.css @@ -31,7 +31,6 @@ } .ellipsis { - white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;