Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
change li break to handle safari user stylesheet bug
  • Loading branch information
liz abinante! committed Oct 5, 2017
commit 5b4759e8a62b1a6f8387faae28c20009b89ef6e1
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