Defect #31311
closed
admin/info page: text cut off in pre tag on mobile
Added by Heddi Nabbisen almost 6 years ago.
Updated almost 6 years ago.
Description
On mobile, information text in pre
tag is cut off in the middle in admin/info page.
Files
Heddi Nabbisen wrote:
On mobile, information text in pre
tag is cut off in the middle in admin/info page.
The attachment diff updates the style to show horizontal scroll bar.
It's just adding a line to application.css:
.box > pre { overflow-x: auto; }
Side effect investigation was done with the command: grep -r "\.box[^a-zA-Z0-9_-]" .
Results¶
Classic Theme:

Alternate Theme:

Before:

The attached patch should be fine.

- Status changed from New to Resolved
- Resolution set to Fixed
Committed the patch. Thank you for reporting this issue.
- Status changed from Resolved to Closed
Also available in: Atom
PDF