Skip to content

Commit

Permalink
change li break to handle safari user stylesheet bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liz abinante! committed Oct 5, 2017
1 parent 72e979b commit 5b4759e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/primer-markdown/lib/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
margin-bottom: 0;
}

li {
word-wrap: break-all;
}

li > p {
margin-top: $spacer-3;
}
Expand Down

1 comment on commit 5b4759e

@keqingrong
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.