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
The background color of an article is the same as the background color of a text field, and the text field doesn't have a border, so the text field becomes invisible when putting a text field inside an article:
One possible approach is to add a border, for example in this diff:
I may not be using this properly, but as far as I can see, the text has no margin which makes it harder to read. Adding perhaps a few pixels of margin could improve it unless I'm missing something
The background color of an article is the same as the background color of a text field, and the text field doesn't have a border, so the text field becomes invisible when putting a text field inside an article:
One possible approach is to add a border, for example in this diff:
which adds a border:
However, I didn't check any other use cases so it's likely this is undesirable in some way.
If it's helpful, here's some reproduction HTML
The text was updated successfully, but these errors were encountered: