agregations CSS update for mobile markup
This commit is contained in:
parent
719fb6b190
commit
d7b22e0b39
@ -6361,6 +6361,12 @@ main .dropdown_blocks_list .dropdown_block .block_body .transaction_detail ul li
|
||||
max-width: 65%;
|
||||
margin-top: 12px;
|
||||
}
|
||||
@media all and (max-width: 768px) {
|
||||
.types_grid .grid_item ul {
|
||||
column-count: unset;
|
||||
break-inside: auto;
|
||||
}
|
||||
}
|
||||
.types_grid .grid_item ul li {
|
||||
margin-bottom: 8px;
|
||||
word-break: break-word;
|
||||
|
||||
@ -6920,6 +6920,11 @@ main .dropdown_blocks_list .dropdown_block .block_body {
|
||||
max-width: 65%;
|
||||
margin-top: 12px;
|
||||
|
||||
@media all and (max-width: 768px) {
|
||||
column-count: unset;
|
||||
break-inside: auto;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
word-break: break-word;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user