Merge pull request 'dcrease table row size' (#75) from pramod_bug#173TableRowHeight into Issue_May_2W

Reviewed-on: #75
This commit is contained in:
Vikas Nale 2025-05-08 05:37:33 +00:00
commit 0180793456

View File

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