dcrease table row size

This commit is contained in:
Pramod Mahajan 2025-05-08 10:12:43 +05:30 committed by Vikas Nale
parent 5fa7d563f9
commit 4f9d2f091a

View File

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