From b60452ca18dce578f1d097361bdf3abbb40cea13 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 26 Nov 2021 15:13:24 +0530 Subject: [PATCH] fix: removed unrelated code --- frappe/templates/styles/discussion_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/templates/styles/discussion_style.css b/frappe/templates/styles/discussion_style.css index 975376c484..f1dab60589 100644 --- a/frappe/templates/styles/discussion_style.css +++ b/frappe/templates/styles/discussion_style.css @@ -37,7 +37,7 @@ } .no-discussions { - width: 80%; + width: 500px; margin: 0 auto; text-align: center; }