1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #37096 from npras/master

Markdown `word highlight` doesn't work inside lists. Add CSS to fix […
This commit is contained in:
Kasper Timm Hansen 2019-09-09 13:49:02 +02:00 committed by GitHub
commit 52a897aefa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ pre, code {
color: #222;
}
p code {
p code, ul code {
background: #eee;
border-radius: 2px;
padding: 1px 3px;