This commit is contained in:
Laurent Destailleur 2021-11-27 14:56:21 +01:00
parent 7b68ef1fb8
commit 4376934e00

View File

@ -3918,8 +3918,7 @@ div.liste_titre_bydiv {
display: table;
padding: 2px 0px 2px 0;
box-shadow: none;
/*width: calc(100% - 1px); 1px more, i don't know why so i remove */
width: calc(100%);
width: calc(100% - 2px); /* -3px because the width for table class="tagtable" under this is cal(100% - 2px) so it is aligned. */
}
tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.liste_titre_sel, table.dataTable.tr, tagtr.liste_titre
{