Merge pull request #13 from andrewbanchich/master

Add padding to pre
This commit is contained in:
Vincent Prouillet 2020-03-30 18:16:57 +02:00 committed by GitHub
commit 2d2b144a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -871,7 +871,7 @@ select.form-control {
}
.dark pre {
padding: 0;
padding: 10px;
border: none
}