1
1
mirror of https://github.com/primer/css.git synced 2024-12-29 17:12:27 +03:00

Revert "Fix CSS error reported by W3C validator"

This commit is contained in:
simurai 2020-09-08 13:58:28 +09:00 committed by GitHub
parent 046d433a82
commit 65bcd55474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,10 @@
margin-bottom: 0;
}
li {
word-wrap: break-all;
}
li > p {
margin-top: $spacer-3;
}