Actions
Defect #31311
closedadmin/info page: text cut off in pre tag on mobile
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
On mobile, information text in pre
tag is cut off in the middle in admin/info page.
Files
Updated by Heddi Nabbisen over 5 years ago
- File admin_info_box_pre_overflow_x-git.diff admin_info_box_pre_overflow_x-git.diff added
- File 02a-after-classic-theme.png 02a-after-classic-theme.png added
- File 02b-after-alternate-theme.png 02b-after-alternate-theme.png added
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:
Updated by Heddi Nabbisen over 5 years ago
Before:
Updated by Go MAEDA over 5 years ago
- File 31311-add-scrollbar.patch 31311-add-scrollbar.patch added
- File env-info-scrollbar@2x.png env-info-scrollbar@2x.png added
- Category changed from Administration to UI - Responsive
- Assignee set to Go MAEDA
- Target version set to 3.4.11
The attached patch should be fine.
Updated by Go MAEDA over 5 years ago
- Status changed from New to Resolved
- Resolution set to Fixed
Committed the patch. Thank you for reporting this issue.
Actions