mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
responsive promoted attributes view and attribute overview to make sure note content is always visible. Fixes #262
This commit is contained in:
@@ -135,7 +135,9 @@ async function createPromotedAttributeRow(definitionAttr, valueAttr) {
|
||||
const $inputCell = $("<td>").append($("<div>").addClass("input-group").append($input));
|
||||
|
||||
const $actionCell = $("<td>");
|
||||
const $multiplicityCell = $("<td>").addClass("multiplicity");
|
||||
const $multiplicityCell = $("<td>")
|
||||
.addClass("multiplicity")
|
||||
.attr("nowrap", true);
|
||||
|
||||
$tr
|
||||
.append($labelCell)
|
||||
|
||||
Reference in New Issue
Block a user