Merge branch '260105-cosmetic' into pre-stable

* 260105-cosmetic:
  Cosmetic
  Fix small bug into company : quote not respected
  Fix filename for invoice
This commit is contained in:
sparkyx 2026-01-05 15:28:58 +01:00
commit faa2ae6ab2
6 changed files with 10 additions and 7 deletions

View file

@ -419,9 +419,14 @@ div.content {
@media (min-width: 992px) {
div.content {
padding:1.2rem;
width: 95%;
padding:1rem;
}
}
div.content > div.content {
padding:0;
width:100%;
}
/* XL */
@media (min-width: 1200px) {