xref: /template/strap/resources/theme/default/components/css/table.css (revision ec00692311a0b7a93576651d90a41c1cfd20f9de)
104fd306cSNickeau.table-non-fluid {
204fd306cSNickeau    /*no-cell wrap*/
304fd306cSNickeau    width: max-content !important;
404fd306cSNickeau}
504fd306cSNickeau.table-container-cs {
604fd306cSNickeau    /* to allow mx-auto to work */
704fd306cSNickeau    width: 100%;
8*ec006923Sgerardnico    margin-bottom: 1rem;
904fd306cSNickeau}
1004fd306cSNickeau/*fighting dokuwiki css*/
1104fd306cSNickeau.table>:not(caption)>*>*{
1204fd306cSNickeau    padding:0.5rem .5rem!important;
1304fd306cSNickeau}
14