Update custom.css

This commit is contained in:
Tara Rostami 2024-03-17 23:10:36 +03:30 committed by GitHub
parent adfeeefeb6
commit 52ed8075b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,9 +145,13 @@ html {
style attribute { style attribute {
text-align: center; text-align: center;
} }
.ant-table-thead > tr > th {
padding: 16px 8px;
}
.ant-table-tbody > tr > td { .ant-table-tbody > tr > td {
padding: 12px 8px; padding: 12px 8px;
overflow-wrap: break-word;
} }
.ant-table-thead > tr > th { .ant-table-thead > tr > th {
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
@ -156,10 +160,6 @@ style attribute {
border-bottom: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;
transition: background 0.3s ease; transition: background 0.3s ease;
} }
.ant-table-row-cell-break-word {
word-wrap: break-word;
word-break: break-word;
}
.ant-table table { .ant-table table {
width: 100%; width: 100%;