From 8509c7987784b4be2b7e4037117c6c65ff7a00bd Mon Sep 17 00:00:00 2001 From: Kerolles Fathy Date: Tue, 14 Apr 2026 16:06:47 +0200 Subject: [PATCH] fix(report): enhance the visibility of serial-no at first column (#38249) * fix(report): enhance the visibility of serial-no at first column * Revert "fix(report): enhance the visibility of serial-no at first column" This reverts commit c2c7253b107707092d7e48541dab6964db5a0b3b. * fix(report): remove padding from serial-no col --- frappe/public/scss/desk/frappe_datatable.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frappe/public/scss/desk/frappe_datatable.scss b/frappe/public/scss/desk/frappe_datatable.scss index 116dc81ab1..6dba10e85c 100644 --- a/frappe/public/scss/desk/frappe_datatable.scss +++ b/frappe/public/scss/desk/frappe_datatable.scss @@ -150,8 +150,7 @@ font-feature-settings: "tnum"; } - .dt-cell__content--header-0, - .dt-cell__content--col-0 { + .dt-cell__content--header-0 { padding: 0.5rem; }