diff --git a/assets/stylesheets/App.css b/assets/stylesheets/App.css index f5e700d9..523602c8 100644 --- a/assets/stylesheets/App.css +++ b/assets/stylesheets/App.css @@ -2306,3 +2306,12 @@ span.ant-skeleton-input.ant-skeleton-input-sm.text-skeleton { font-size: 18px; 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; +}