Update custom.css (#1309)

This commit is contained in:
Tara Rostami 2023-12-10 19:49:42 +03:30 committed by GitHub
parent c529b3aa08
commit eaca3f2de0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ style attribute {
} }
.ant-table-tbody > tr > td, .ant-table-tbody > tr > td,
.ant-table-thead > tr > th { .ant-table-thead > tr > th {
padding: 16px; padding: 12px 16px;
overflow-wrap: break-word; overflow-wrap: break-word;
} }
.ant-table-thead > tr > th { .ant-table-thead > tr > th {
@ -92,6 +92,7 @@ style attribute {
} }
.ant-table-body { .ant-table-body {
overflow-x: auto !important; overflow-x: auto !important;
margin: 4px 0;
} }
.ant-card-hoverable { .ant-card-hoverable {
cursor: auto; cursor: auto;
@ -399,11 +400,6 @@ style attribute {
background-color: rgb(255, 127, 127); 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-expand-icon-th,
.ant-table-row-expand-icon-cell { .ant-table-row-expand-icon-cell {
width: 30px; width: 30px;