From 5be0f8094a846327b821507593c24c0d2a1ee88f Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Thu, 10 Apr 2025 15:18:38 +0000 Subject: [PATCH] fix: normal paddings for descriptions title --- web/html/component/aCustomDescriptions.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/html/component/aCustomDescriptions.html b/web/html/component/aCustomDescriptions.html index b2783de4..048977d3 100644 --- a/web/html/component/aCustomDescriptions.html +++ b/web/html/component/aCustomDescriptions.html @@ -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; }