Skip to content

Commit

Permalink
fix(KUI-1434): padding issue for mobile view of local navigation is f…
Browse files Browse the repository at this point in the history
…ixed now
  • Loading branch information
amirhossein-haerian committed Sep 5, 2024
1 parent f49adbb commit 6ad5d5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/css/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
}
}
}


.kth-local-navigation--mobile {
padding: 0;
}

label:has(+ .form-group),
label:has(+ input) {
@include typography.font-heading-xs;
Expand Down

0 comments on commit 6ad5d5e

Please sign in to comment.