This commit is contained in:
2025-06-16 20:04:02 +02:00
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -5661,7 +5661,7 @@ body {
.dropdown-menu.level1 {
ul {
grid-auto-flow: column;
grid-template-rows: repeat(10, auto);
grid-template-rows: repeat(11, auto);
grid-template-columns: repeat(3, 270px);
@media (max-height: 730px) {