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
This commit is contained in:
Kerolles Fathy 2026-04-14 16:06:47 +02:00 committed by GitHub
parent 9593058f53
commit 8509c79877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}