View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0030279 | mantisbt | ui | public | 2022-05-17 09:12 | 2022-05-29 04:02 |
Reporter | dregad | Assigned To | dregad | ||
Priority | low | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
Summary | 0030279: Text Custom Field columns should be left-aligned | ||||
Description | On View Issues page, the contents from Custom Field columns of type String and Textarea is centered. To have a consistent display compared to standard text columns (summary, description, etc), they should be left-aligned. | ||||
Tags | No tags attached. | ||||
Issue was incorrectly resolved due to pushing a work-in-progress branch to core repository, instead of my own fork, in preparation for a pull request. |
|
MantisBT: i30278-remove-cftype-const b06b3e45 2022-05-17 09:15 Details Diff |
Consistently set type class for custom field columns 'cftype-textarea' class was introduced to fix wrapping for textarea custom fields, as part of the patch for the regression on overflow-wrap (see 0030268). Assign a 'cftype-xxx' class to Custom Field columns of any type, where xxx is the type (label) defined in $g_custom_field_type_enum_string, with a simple transformation to ensure it is a valid CSS identifier. Issue 0030279 |
Affected Issues 0030279 |
|
mod - core/custom_function_api.php | Diff File | ||
MantisBT: i30278-remove-cftype-const c42fa831 2022-05-17 09:17 Details Diff |
Left-align text Custom Field columns String and Textarea columns are left-aligned instead of centered, to have a consistent display compared to standard text columns (summary, description, etc). Fixes 0030279 |
Affected Issues 0030279 |
|
mod - css/default.css | Diff File |