Skip to content

Commit

Permalink
ktl-1766 fix: change selector
Browse files Browse the repository at this point in the history
  • Loading branch information
krutilov committed Nov 27, 2024
1 parent e996827 commit 4a810ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
}

@media (width <= $breakpoint-tablet-max) {
& li:first-of-type {
li.dropdown--option:first-of-type {
margin-top: 12px;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
}

@media (max-width: 899px) {
.dropdown li:first-of-type {
.dropdown li.dropdown--option:first-of-type {
margin-top: 12px;
}
}
Expand Down
Loading

0 comments on commit 4a810ba

Please sign in to comment.