User tests: Successful: Unsuccessful:
Pull Request for Issue #38443.
Replaced overflow-x:auto
by overflow:visible
rule on the <div class="table-responsive">
, it fixed the display of the calendar.
Create a calendar custom field.
Create a repeatable subform custom field.
Add the calendar field to the subform field. Save and close.
Open an article where you can edit the subform field and add some items.
Category | ⇒ | Layout |
Status | New | ⇒ | Pending |
Please check what happens when you have multiple fields that would cause the table to overflow horizontally. The original rule was there to make tables responsive per Bootstrap styling; this could break tables in smaller screens iirc
I have tested this item
As I mentioned in my previous comment as well as in my original issue, this breaks the responsive functionality of tables. I wish it was such a simple solution, but it is not.
@2003tanmay Please consider closing if you don't have another solution as it breaks with multiple fields. Thanks for contributing.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-02-05 00:49:19 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
Information Required
?
|
It would be better to apply the style in an scss file. Inline styles are not good for a strict CSP (content security policy).