Skip to content

Commit

Permalink
fix(KUI-1434): the padding issue for local navigation in mobile view …
Browse files Browse the repository at this point in the history
…is now fixed
  • Loading branch information
amirhossein-haerian committed Sep 5, 2024
1 parent 255bf91 commit a1411e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/css/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
}
}
}
.kth-local-navigation--mobile {
padding: 0;
}
label:has(+ .form-group),
label:has(+ input) {
@include typography.font-heading-xs;
Expand Down

0 comments on commit a1411e5

Please sign in to comment.