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:
commit
52a897aefa
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pre, code {
|
|||
color: #222;
|
||||
}
|
||||
|
||||
p code {
|
||||
p code, ul code {
|
||||
background: #eee;
|
||||
border-radius: 2px;
|
||||
padding: 1px 3px;
|
||||
|
|
Loading…
Reference in a new issue