This commit is contained in:
Roman Pyrih
2025-06-16 08:32:46 +02:00
parent a185c6e994
commit a437a75e48
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 { .dropdown-menu.level1 {
ul { ul {
grid-auto-flow: column; grid-auto-flow: column;
grid-template-rows: repeat(10, auto); grid-template-rows: repeat(11, auto);
grid-template-columns: repeat(3, 270px); grid-template-columns: repeat(3, 270px);
@media (max-height: 730px) { @media (max-height: 730px) {