[visual] Property tags not aligned with the other properties

Steps to reproduce

  1. Create a new note.
  2. Add some properties.
  3. 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. :wink:

image

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:

image

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:

image

Corresponding only to app.css:5201.

will be fixed 1.4.2

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.