Save
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -5666,7 +5666,7 @@ body {
|
||||
|
||||
ul {
|
||||
grid-column-gap: 5px !important;
|
||||
grid-template-columns: repeat(2, 200px) !important;
|
||||
grid-template-columns: repeat(3, 200px) !important;
|
||||
|
||||
li {
|
||||
margin-bottom: 5px !important;
|
||||
@@ -5687,7 +5687,7 @@ body {
|
||||
.dropdown-menu.level1 {
|
||||
ul {
|
||||
grid-auto-flow: column;
|
||||
grid-template-rows: repeat(11, auto);
|
||||
grid-template-rows: repeat(12, auto);
|
||||
grid-template-columns: repeat(3, 270px);
|
||||
|
||||
@media (max-height: 730px) {
|
||||
|
||||
Reference in New Issue
Block a user