Fix table bottom margin
This commit is contained in:
parent
9ce47b5461
commit
d524a13249
|
@ -4,10 +4,10 @@
|
|||
|
||||
.table-responsive {
|
||||
@apply mb-4 border w-full overflow-x-auto overflow-y-hidden;
|
||||
}
|
||||
|
||||
table {
|
||||
@apply mb-0 border-0 whitespace-no-wrap;
|
||||
}
|
||||
.table-responsive table {
|
||||
@apply mb-0 border-0 whitespace-no-wrap;
|
||||
}
|
||||
|
||||
.table {
|
||||
|
|
Loading…
Reference in a new issue