This commit is contained in:
Laurent Destailleur
2024-04-20 14:49:40 +02:00
parent f94d0cd907
commit e18bab684f
3 changed files with 9 additions and 3 deletions

View File

@@ -2055,6 +2055,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select
.hideonsmartphone { display: none; }
.hideonsmartphoneimp { display: none !important; }
.showonsmartphone { display: block !important; }
.margintoponsmartphone { margin-top: 6px; }
@@ -5425,7 +5426,8 @@ div.visible {
display: block;
}
div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden, img.hidden, span.hidden, div.showifmore {
div.hidden, div.hiddenforpopup, header.hidden, tr.hidden, td.hidden,
img.hidden, span.hidden, br.hidden, div.showifmore {
display: none;
}