Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A tag called "data" seems to have special treatment #2659

Open
GregSutcliffe opened this issue Sep 8, 2021 · 2 comments
Open

A tag called "data" seems to have special treatment #2659

GregSutcliffe opened this issue Sep 8, 2021 · 2 comments
Labels
bug 🐛 Problems with the code that result in unexpected or bad behavior help wanted User interface

Comments

@GregSutcliffe
Copy link
Contributor

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:

image

This is in the main view, not mobile which renders correctly.

@ZeiP
Copy link
Member

ZeiP commented Sep 9, 2021

Yeah, this seems to be because the tag name is also used as a class in the element surrounding the tag:
screenshot-1631172077

Not sure if it's actually necessary, maybe we could just remove the class.

@ZeiP ZeiP added bug 🐛 Problems with the code that result in unexpected or bad behavior help wanted User interface labels Sep 9, 2021
@GregSutcliffe
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Problems with the code that result in unexpected or bad behavior help wanted User interface
Projects
None yet
Development

No branches or pull requests

2 participants