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