En css custom :
Pour tout les affichage tableaux :
.eqLogic-widget .tableCmdcss div.cmd-widget {
min-width: unset;
}
Uniquement pour un id :
.eqLogic-widget[data-eqlogic_id="801"] .tableCmdcss div.cmd-widget {
min-width: unset;
}
En css custom :
Pour tout les affichage tableaux :
.eqLogic-widget .tableCmdcss div.cmd-widget {
min-width: unset;
}
Uniquement pour un id :
.eqLogic-widget[data-eqlogic_id="801"] .tableCmdcss div.cmd-widget {
min-width: unset;
}