dcrease table row size

This commit is contained in:
Pramod Mahajan 2025-05-08 10:12:43 +05:30
parent ef2fdf899c
commit 89a07cf23e

View File

@ -6,3 +6,6 @@
td {
padding: 0.182rem;
}
.table > :not(caption) > * > * {
padding: 0.1rem !important;
}