tracks
tracks copied to clipboard
A tag called "data" seems to have special treatment
Most tags display correctly, to the right of a TODO. But I have a tag "data", and that seems odd, it renders to the left:

This is in the main view, not mobile which renders correctly.
Yeah, this seems to be because the tag name is also used as a class in the element surrounding the tag:

Not sure if it's actually necessary, maybe we could just remove the class.
Yeah, opening "Inspect Page" in Firefox and editing it to class="tag" doesn't seem to break anything, and fixes the issue. I'll see if I can fix it server-side when I have a moment