Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/assets/css')
-rw-r--r--web/assets/css/custom.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index dccc3696..837ca739 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -92,8 +92,12 @@ style attribute {
}
.ant-table-body {
overflow-x: auto !important;
- margin: 4px 0;
}
+
+tr.ant-table-expanded-row td>.ant-table-wrapper {
+ margin: -12px -16px -13px;
+}
+
.ant-card-hoverable {
cursor: auto;
cursor: pointer;