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

Making tags more readable #9320

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

liu-samuel
Copy link
Contributor

@liu-samuel liu-samuel commented Dec 10, 2024

Old:
Screenshot 2024-12-10 at 3 45 04 PM

New:
Screenshot 2024-12-10 at 3 44 28 PM

@liu-samuel liu-samuel requested a review from a team as a code owner December 10, 2024 20:45
@liu-samuel liu-samuel force-pushed the tag-list-customer-case branch from 84d91cb to 14fd627 Compare December 10, 2024 21:00

let text;
if (Array.isArray(value)) {
text = value.join('\n');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of \n, should we be using <br> ? I'm kind of surprised that \n works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants