Fix margin in pre code
This commit is contained in:
parent
c287d992dc
commit
e181f8a888
5 changed files with 10260 additions and 4 deletions
10251
package-lock.json
generated
Normal file
10251
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -45,5 +45,8 @@
|
|||
"url-loader": "^1.0.1",
|
||||
"webpack": "^4.16.1",
|
||||
"webpack-cli": "^3.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"yarn": "^1.9.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -109,6 +109,7 @@ pre {
|
|||
code {
|
||||
background: none !important;
|
||||
color: #ccc;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
@ -189,6 +190,3 @@ hr {
|
|||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5676,3 +5676,7 @@ yargs@^12.0.1:
|
|||
which-module "^2.0.0"
|
||||
y18n "^3.2.1 || ^4.0.0"
|
||||
yargs-parser "^10.1.0"
|
||||
|
||||
yarn@^1.9.4:
|
||||
version "1.9.4"
|
||||
resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.9.4.tgz#3b82d8446b652775723900b470d966861976924b"
|
||||
|
|
Loading…
Reference in a new issue