This commit is contained in:
merelendor 2022-09-08 10:11:08 +03:00
commit 89a9fc823e
2 changed files with 2 additions and 2 deletions

View File

@ -5022,7 +5022,7 @@ main .dropdown_blocks_list.zero-margin.gibdd .dropdown_block .block_body .fines_
border-top: unset!important;
}
}
@media all and (max-width: 1280px) {
@media all and (max-width: 1279px) {
.contract_payments_invoices_cell {
flex-direction: column;
width: 100%;

View File

@ -5672,7 +5672,7 @@ main .dropdown_blocks_list .dropdown_block .block_body {
}
.contract_payments_invoices_cell {
@media all and (max-width: 1280px) {
@media all and (max-width: 1279px) {
flex-direction: column;
width: 100%;
display: flex;