Skip to content

Commit 5b4759e

Browse files
author
liz abinante!
committed
change li break to handle safari user stylesheet bug
1 parent 72e979b commit 5b4759e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/primer-markdown/lib/lists.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
margin-bottom: 0;
4646
}
4747

48+
li {
49+
word-wrap: break-all;
50+
}
51+
4852
li > p {
4953
margin-top: $spacer-3;
5054
}

0 commit comments

Comments
 (0)