This commit is contained in:
Laurent Destailleur 2022-06-20 20:50:21 +02:00
parent 26abe22f23
commit 602e3bc3f2
2 changed files with 16 additions and 1 deletions

View File

@ -7615,6 +7615,14 @@ div.clipboardCPValue.hidewithsize {
/* border-bottom: 2px solid var(--colorbackhmenu1) !important; */
border-bottom: 1px solid var(--colortopbordertitle1) !important;
}
div#card-errors {
max-width: unset;
}
#dolpaymenttable {
padding: 5px;
}
}
@media only screen and (max-width: 320px)

View File

@ -4673,7 +4673,6 @@ div#card-errors {
}
/*
* Effect Postit
*/
@ -7299,6 +7298,14 @@ div.clipboardCPValue.hidewithsize {
div.divButAction {
margin-bottom: 0.5em;
}
div#card-errors {
max-width: unset;
}
#dolpaymenttable {
padding: 5px;
}
}