obsidian_nord icon indicating copy to clipboard operation
obsidian_nord copied to clipboard

# tag used in heading causes overlap

Open thibaultmol opened this issue 1 year ago • 4 comments

image

I sometimes use tags inside of a header, and noticed that with Nord it causes the rounded box to overlap with text above and below it

thibaultmol avatar May 16 '23 13:05 thibaultmol

Yeah that's annoying. It looks like the same issue occurs with the default theme. Can you verify?

insanum avatar May 16 '23 15:05 insanum

https://forum.obsidian.md/t/tags-in-headers-overlap-other-lines-of-text-in-default-theme/48944

insanum avatar May 16 '23 15:05 insanum

Fair point yeah image

Guess it's best to see what Obsidian itself does to fix this problem and then you can change your theme if needed. (I guess closing this issue till Obsidian fixes their theme atleast?)

thibaultmol avatar May 16 '23 19:05 thibaultmol

I think it's good leave this open.

If you'd like to adjust the tag height/width, you should be able to tweak these settings in a CSS snippet:

    --tag-padding-x:                  .5em;
    --tag-padding-y:                  .2em;
    --tag-radius:                     .5em;

insanum avatar May 16 '23 19:05 insanum