1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 13:12:16 +03:00

Merge pull request #1163 from primer/revert-1137-fix/w3-validation-errors

Revert "Fix CSS error reported by W3C validator"
This commit is contained in:
simurai 2020-09-08 14:09:02 +09:00 committed by GitHub
commit 9e70978336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,11 @@
margin-bottom: 0;
}
li {
// TODO@16.0.0: Remove this. See https://github.com/primer/css/pull/1137.
word-wrap: break-all;
}
li > p {
margin-top: $spacer-3;
}