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:
commit
9e70978336
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user