bolt icon indicating copy to clipboard operation
bolt copied to clipboard

[DO NOT MERGE] Table Test Page

Open colbytcook opened this issue 2 years ago • 1 comments

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 avatar Aug 11 '22 12:08 colbytcook

@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 avatar Aug 12 '22 11:08 MarcinMr

@MarcinMr @danielamorse thanks for the review but I am going to close this PR for now, we are going to explore another option.

colbytcook avatar Aug 16 '22 13:08 colbytcook