reset responsive table padding and min-height

This commit is contained in:
Gani Georgiev
2026-04-19 08:33:15 +03:00
parent e41f43241b
commit 5cc95a2e63
4 changed files with 6 additions and 6 deletions

View File

@@ -409,10 +409,10 @@ table {
td,
th {
display: block;
padding: 0;
margin: 0;
min-height: 0;
word-break: break-word;
margin: 0;
min-height: 0 !important;
padding: 0 !important;
height: auto !important;
white-space: normal !important;
border: 0 !important;