mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
Fix wrapping in and around code elements
This commit is contained in:
parent
665737f3fe
commit
ffb31492d2
@ -89,8 +89,7 @@ h3.filename {
|
|||||||
p, li {
|
p, li {
|
||||||
code {
|
code {
|
||||||
@extend .mono;
|
@extend .mono;
|
||||||
display: inline-block;
|
white-space: pre;
|
||||||
white-space: no-wrap;
|
|
||||||
background: #fff;
|
background: #fff;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user