Fixes #109
This commit is contained in:
parent
e8f2266fe3
commit
d32477ba7d
1 changed files with 6 additions and 1 deletions
|
|
@ -240,7 +240,12 @@ a {
|
|||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
}
|
||||
pre > code { text-align: left; }
|
||||
pre {
|
||||
padding: 0;
|
||||
> code {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
img.emoji {
|
||||
/* Override any img styles to ensure Emojis are displayed inline */
|
||||
margin: 0px !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue