hotfix for contracts listing

This commit is contained in:
merelendor 2022-09-08 10:10:50 +03:00
parent 556d1b355c
commit a2849ddb38
2 changed files with 2 additions and 2 deletions

View File

@ -5019,7 +5019,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

@ -5671,7 +5671,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;