User tests: Successful: Unsuccessful:
com_fields
com_csp
com_installer
Continuation of #21933
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_contact com_csp com_fields com_installer |
Labels |
Added:
?
|
Ok cool so I can remove all the nowrap then. Makes it easier for all.
I will deal with nowrap in its own pr
@zwiastunsw Can you test this one as well please Stefan so I can move on to the next stage
I have tested this item
Before patch applied:
Inspected all column headings for presence of class="text-center".
Applied patch
Verified all classes were modified.
Still one problem: administrator/components/com_csp/tmpl/reports/default.php, line 117
Originally contained twice the class "text-center" and only one is removed.
I could NOT test the extensions update view as Joomla didn't discover extension updates.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-08 12:33:50 |
Closed_By | ⇒ | wilsonge |
Thanks
nowrap
is been applied here to all table headers... https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/templates/atum/scss/vendor/bootstrap/_table.scss#L7Should either remove this CSS and use the bootstrap
nowrap
utility class everywhere where needed. Or keep it and remove all thenowrap
classes from table headers.