style/attribute detail dialog: fix stretched close button

This commit is contained in:
Adorian Doran 2025-07-19 14:41:48 +03:00
parent 5584a06cb3
commit 6f51c5e0cc

View file

@ -78,7 +78,7 @@ const TPL = /*html*/`
}
</style>
<div style="display: flex; justify-content: space-between; margin-bottom: 8px;">
<div style="display: flex; justify-content: space-between; align-items: start; margin-bottom: 8px;">
<h5 class="attr-detail-title">${t("attribute_detail.attr_detail_title")}</h5>
<span class="bx bx-x close-attr-detail-button tn-tool-button" title="${t("attribute_detail.close_button_title")}"></span>