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