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,11 +26,11 @@
.ant-descriptions-title { .ant-descriptions-title {
color: var(--dark-color-text-primary); color: var(--dark-color-text-primary);
} }
}
.ant-descriptions-title { .ant-descriptions-title {
margin-bottom: 16px; margin-bottom: 16px;
} }
}
</style> </style>
<script> <script>