mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-01-19 02:53:43 +00:00
Merge pull request #48 from willglynn/code_wrapping
<code>/<tt> elements should wrap since they're used inline
This commit is contained in:
commit
fec0cc6ca6
@ -238,7 +238,7 @@ code, tt {
|
|||||||
padding: 1px 3px;
|
padding: 1px 3px;
|
||||||
font-family: Inconsolata, monospace, sans-serif;
|
font-family: Inconsolata, monospace, sans-serif;
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
white-space: pre;
|
white-space: pre-wrap;
|
||||||
border: 1px solid #E3EDF3;
|
border: 1px solid #E3EDF3;
|
||||||
background: #F7FAFB;
|
background: #F7FAFB;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user