From 56dbad7715687c71addc38ae5f872936401b2b2b Mon Sep 17 00:00:00 2001 From: Kerolles Fathy Date: Tue, 21 Apr 2026 14:45:04 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"fix(report):=20enhance=20the=20visibi?= =?UTF-8?q?lity=20of=20serial-no=20at=20first=20column=20(#38=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8509c7987784b4be2b7e4037117c6c65ff7a00bd. --- frappe/public/scss/desk/frappe_datatable.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/public/scss/desk/frappe_datatable.scss b/frappe/public/scss/desk/frappe_datatable.scss index 6dba10e85c..116dc81ab1 100644 --- a/frappe/public/scss/desk/frappe_datatable.scss +++ b/frappe/public/scss/desk/frappe_datatable.scss @@ -150,7 +150,8 @@ font-feature-settings: "tnum"; } - .dt-cell__content--header-0 { + .dt-cell__content--header-0, + .dt-cell__content--col-0 { padding: 0.5rem; }