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:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2023-12-10 19:19:42 +0300
committerGitHub <noreply@github.com>2023-12-10 19:19:42 +0300
commiteaca3f2de07046239109df7e3340fc02268bc624 (patch)
treee2de6b59d12ca60d9ef2326a41ed25699d0d429b /web/assets/css/custom.css
parentc529b3aa082e51c15f0c90e636b378e4ffc216cc (diff)
Update custom.css (#1309)
Diffstat (limited to 'web/assets/css/custom.css')
-rw-r--r--web/assets/css/custom.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index 2d0873c6..dccc3696 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -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;