Add padding to table cells in App.css for improved layout consistency
This commit is contained in:
parent
d8862b65c9
commit
3475c1b35d
@ -2306,3 +2306,12 @@ span.ant-skeleton-input.ant-skeleton-input-sm.text-skeleton {
|
|||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-table-wrapper .ant-table-cell,
|
||||||
|
.ant-table-wrapper .ant-table-thead > tr > th,
|
||||||
|
.ant-table-wrapper .ant-table-tbody > tr > th,
|
||||||
|
.ant-table-wrapper .ant-table-tbody > tr > td,
|
||||||
|
.ant-table-wrapper tfoot > tr > th,
|
||||||
|
.ant-table-wrapper tfoot > tr > td {
|
||||||
|
padding: 12px 8px;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user