Text Overflow Issue in Specific FAQ Question #3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The FAQ question "What does the message 'Something went horribly wrong, couldn't fetch your user: Error fetching .../api/v1/accounts/lookup?acct=' mean?" experiences a text overflow issue that causes the part ".../api/v1/accounts/lookup?acct=" to extend beyond the container boundary.
Steps to Reproduce:
Expected Behavior:
Text for the FAQ question should properly fit within its container, maintaining readability and visual consistency.
Affected Element:
Solution:
Implementing CSS styling such as word wrapping or text overflow handling to ensure that long strings like URLs are contained within their designated areas.
Fixed
c81eda13f7