You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you go to create a flag and have the setting to require a regex match for the flag name enabled, the flag creation screen will show a notice about the regex requirement. However the actual regex is white-on-white text, making it impossible to read without opening the devtools. See screenshots.
Enter ^(preco|bx|ox|platform|eng)_.+$ as the regex
Go to https://app.flagsmith.com/project/<project ID>/environment/<environment ID>/features (I used our dev environment but presumably it doesn't matter)
Click "Create Feature"
Notice that the text in the blue "Note" box appears to be cut off
Expected behavior
The regex is shown.
Note that if you open devtools and inspect the element, then disable the color: var(--bs-code-color); that's applied to the code selector, it works fine.
Screenshots
The text was updated successfully, but these errors were encountered:
How are you running Flagsmith
Describe the bug
When you go to create a flag and have the setting to require a regex match for the flag name enabled, the flag creation screen will show a notice about the regex requirement. However the actual regex is white-on-white text, making it impossible to read without opening the devtools. See screenshots.
Steps To Reproduce
https://app.flagsmith.com/project/<project ID>/environment/<environment ID>/features
(I used our dev environment but presumably it doesn't matter)Expected behavior
The regex is shown.
Note that if you open devtools and inspect the element, then disable the
color: var(--bs-code-color);
that's applied to thecode
selector, it works fine.Screenshots
The text was updated successfully, but these errors were encountered: