mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
missing space in inherited attribute list, fixes #1217
This commit is contained in:
@@ -222,7 +222,9 @@ export default class AttributeListWidget extends TabAwareWidget {
|
||||
|
||||
attributeRenderer.renderAttribute(attribute, $span, false);
|
||||
|
||||
$container.append($span);
|
||||
$container
|
||||
.append($span)
|
||||
.append(" ");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user