bolt
bolt copied to clipboard
[DO NOT MERGE] Table Test Page
Jira
https://pegadigitalit.atlassian.net/browse/CC-1017
Summary
Added a test page to test out a table fix that will prevent the table from locking the column widths
@colbytcook @danielamorse
Can we use the attributes object and add there an inline style to make responsivness back?
{% include '@bolt-layouts-site/site.twig' with {
main: {
content: main_content,
attributes: {
style: 'min-width: 0;'
}
}
} only %}
@MarcinMr @danielamorse thanks for the review but I am going to close this PR for now, we are going to explore another option.