Problem
In #31753 we modified the display of tags in the tags selector to match the display of categories, e.g. a Parent: Child option would be split on the colon and displayed indented like
However, this is a departure from the behavior of tags on OldDot, and we need to revert the change on NewDot so that it matches OldDot.
Additional context in Slack
Solution
Revert #32337 and retest to verify tags of the format Parent: Child display on one line.
Once deployed, we need to also ensure a regression test is added to TestRail to cover the behavior.
Problem
In #31753 we modified the display of tags in the tags selector to match the display of categories, e.g. a
Parent: Childoption would be split on the colon and displayed indented likeHowever, this is a departure from the behavior of tags on OldDot, and we need to revert the change on NewDot so that it matches OldDot.
Additional context in Slack
Solution
Revert #32337 and retest to verify tags of the format
Parent: Childdisplay on one line.Once deployed, we need to also ensure a regression test is added to TestRail to cover the behavior.