mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
search definition more fixed layout
This commit is contained in:
@@ -3,13 +3,10 @@ import AbstractSearchAction from "./abstract_search_action.js";
|
||||
|
||||
const TPL = `
|
||||
<tr>
|
||||
<td>
|
||||
Rename relation:
|
||||
</td>
|
||||
<td>
|
||||
<td colspan="2">
|
||||
<div style="display: flex; align-items: center">
|
||||
<div style="display: flex; align-items: center">
|
||||
<div style="margin-right: 15px;">From:</div>
|
||||
<div style="margin-right: 15px;">Rename relation from:</div>
|
||||
|
||||
<input type="text"
|
||||
class="form-control old-relation-name"
|
||||
@@ -27,7 +24,7 @@ const TPL = `
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<td class="button-column">
|
||||
<span class="bx bx-x icon-action action-conf-del"></span>
|
||||
</td>
|
||||
</tr>`;
|
||||
|
||||
Reference in New Issue
Block a user