xref: /plugin/combo/resources/theme/default/components/css/table.css (revision 04fd306c7c155fa133ebb3669986875d65988276)
1.table-non-fluid {
2    /*no-cell wrap*/
3    width: max-content !important;
4}
5.table-container-cs {
6    /* to allow mx-auto to work */
7    width: 100%;
8}
9/*fighting dokuwiki css*/
10.table>:not(caption)>*>*{
11    padding:0.5rem .5rem!important;
12}
13