mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 13:32:24 +00:00
fix: normal paddings for descriptions title
This commit is contained in:
parent
ea59f2ca3e
commit
5be0f8094a
1 changed files with 3 additions and 3 deletions
|
@ -26,10 +26,10 @@
|
|||
.ant-descriptions-title {
|
||||
color: var(--dark-color-text-primary);
|
||||
}
|
||||
}
|
||||
|
||||
.ant-descriptions-title {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.ant-descriptions-title {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue