User tests: Successful: Unsuccessful:
Following up on #27684 (comment)
custom-select
should be auto instead of 100%
Display Global Configuration Text Filters tab. Reduce window width.
See before patch. Patch and use npm
Category | ⇒ | Administration Templates (admin) |
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-01-31 14:32:16 |
Closed_By | ⇒ | Quy |
@infograf768 Table not full width.
@infograf768 Table not full width.
will look tomorrow.
@Quy
Indeed, table is not full width in very wide screens because was added the class table-responsive
in #27684
which was the only way to solve the display in mobile view.
We could solve the issue using @media queries, but we have a problem with the sidebar menu which can be toggled and therefore change drastically the width.
maybe this could be solved by js to only depend on the parent element.
@ciar4n
Can you look at this?
The table-responsive
class would set the display to block
which will not play nice with 100% width tables. If possible try applying the table-responsive
class to a parent div of the table, not the table itself.
<div class="table-responsive">
<table class="table"> .. </table>
</div>
will try now
I dont get the scroll bar on my phone or on chrome mobile emulation on my desktop - but maybe thats an OS thing as its not unique to this screen
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27731.