mirror of
https://github.com/zadam/trilium.git
synced 2025-09-12 01:25:14 +08:00
style/attribute detail dialog: fix stretched close button
This commit is contained in:
parent
5584a06cb3
commit
6f51c5e0cc
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue