mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-07 10:46:19 +00:00
Update custom.css
This commit is contained in:
parent
eaca3f2de0
commit
082239b8fe
1 changed files with 5 additions and 1 deletions
|
@ -92,8 +92,12 @@ style attribute {
|
||||||
}
|
}
|
||||||
.ant-table-body {
|
.ant-table-body {
|
||||||
overflow-x: auto !important;
|
overflow-x: auto !important;
|
||||||
margin: 4px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr.ant-table-expanded-row td>.ant-table-wrapper {
|
||||||
|
padding: 4px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.ant-card-hoverable {
|
.ant-card-hoverable {
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in a new issue