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