Table should fit
Table does not fit
Joomla! 4.0.0-alpha12-dev
The Problem depends on the css table theads white-space: nowrap
.table thead td, .table thead th { white-space: nowrap;
Not sure why it is there, but i think for reponsive reasean these should be anyway set to normal.
Bett we fix the reasons why nowrap was necessary there?
Title |
|
||||||
Labels |
Added:
?
|
copy paste error?
What is the reason for these?
.table thead td, .table thead th { white-space: nowrap;
Maybe we should remove these line of css anyway ;)
actually looking at my install I dont have subfields
ah - must update my branch then and check it tomorrow
Yikes that needs a lot of work
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-10-17 13:26:20 |
Closed_By | ⇒ | Quy |
Please test PR #26614
looks like it is simply a copy paste error