diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2023-12-10 19:19:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-10 19:19:42 +0300 |
| commit | eaca3f2de07046239109df7e3340fc02268bc624 (patch) | |
| tree | e2de6b59d12ca60d9ef2326a41ed25699d0d429b | |
| parent | c529b3aa082e51c15f0c90e636b378e4ffc216cc (diff) | |
Update custom.css (#1309)
| -rw-r--r-- | web/assets/css/custom.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index 2d0873c6..dccc3696 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -55,7 +55,7 @@ style attribute { } .ant-table-tbody > tr > td, .ant-table-thead > tr > th { - padding: 16px; + padding: 12px 16px; overflow-wrap: break-word; } .ant-table-thead > tr > th { @@ -92,6 +92,7 @@ style attribute { } .ant-table-body { overflow-x: auto !important; + margin: 4px 0; } .ant-card-hoverable { cursor: auto; @@ -399,11 +400,6 @@ style attribute { background-color: rgb(255, 127, 127); } -.ant-table-tbody > tr > td, -.ant-table-thead > tr > th { - padding: 16px 16px; -} - .ant-table-expand-icon-th, .ant-table-row-expand-icon-cell { width: 30px; |
