Actions
Defect #40303
closedLayout distortion in issue list descriptions with code blocks
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
I believe the following incorrect css is being applied to the code block in the issue list block column.
table.issues td.block_column span {font-weight: bold; display: block; margin-bottom: 4px;}
table.issues td.block_column pre {white-space:normal;}
Files
Updated by Go MAEDA 18 days ago
- File 40303.patch 40303.patch added
- File clipboard-202411061629-cbmeu.png clipboard-202411061629-cbmeu.png added
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
The attached patch can fix the issue.
Updated by Go MAEDA 12 days ago
- Subject changed from Design of the code block in the issue list block column is broken to Layout distortion in issue list descriptions with code blocks
- Status changed from Confirmed to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix in r23255.
Updated by Marius BÄ‚LTEANU 12 days ago
- Status changed from Resolved to Closed
Go MAEDA, I've merged this to 6.0-stable.
Actions