fix: normal paddings for descriptions title

This commit is contained in:
Shishkevich D. 2025-04-10 15:18:38 +00:00
parent ea59f2ca3e
commit 5be0f8094a

View file

@ -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>