mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-01 20:42:07 +00:00
Update custom.css (#1309)
This commit is contained in:
parent
c529b3aa08
commit
eaca3f2de0
1 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue