Skip to content

Commit

Permalink
Fixes #366 - text overlapping Guide Nav (#625)
Browse files Browse the repository at this point in the history
* Revert "adds checkmark icon"

This reverts commit e5ef66b.

* adds checkbox icon

* Add word-wrap to prevent overflow on .lgd-guide-nav__list

---------

Co-authored-by: Mark Conroy <[email protected]>
Co-authored-by: Finn Lewis <[email protected]>
Co-authored-by: Stephen Cox <[email protected]>
Co-authored-by: Andy Broomfield <[email protected]>
  • Loading branch information
5 people authored Oct 1, 2024
1 parent aa313c9 commit d563ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/components/guide-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

.lgd-guide-nav__list {
margin-bottom: 0;
word-wrap: break-word;
}

@media screen and (min-width: 48rem) {
Expand Down

0 comments on commit d563ab4

Please sign in to comment.