Steps to reproduce
- Create a new note.
- Add some properties.
- Add tags.
Did you follow the troubleshooting guide? Y
Expected result
Tags aligned with the other properties.
Actual result
Tags is not aligned with the other properties.
Environment
SYSTEM INFO:
Obsidian version: v1.4.1
Installer version: v1.3.5
Operating system: Windows 10 Home 10.0.19045
Login status: logged in
Catalyst license: supporter
Insider build toggle: on
Live preview: on
Legacy editor: off
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Additional information
As you can see from the screenshot, the alignment of all properties is correct, but tags is suddenly left a few pixels. It’s a very minor thing, but it is annoying once you have spotted it.
Properties added after follow the correct alignment again.
A quick playing around with the developer tools seem to indicate that the div.multi-select-container
is offset:
The top one (green) has this computed:
Corresponding to app.css:8366
and app.css:5201
.
.metadata-property:not([data-property-key="tags"]) .multi-select-container {
padding: var(--size-4-1) var(--size-4-2);
}
The bottom one (salmon) has this computed:
Corresponding only to app.css:5201
.