Fix table bottom margin
This commit is contained in:
parent
9ce47b5461
commit
d524a13249
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
.table-responsive {
|
.table-responsive {
|
||||||
@apply mb-4 border w-full overflow-x-auto overflow-y-hidden;
|
@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 {
|
.table {
|
||||||
|
|
Reference in a new issue