Adjust line height for code
This commit is contained in:
parent
6d2db2bdf3
commit
31f4038d8e
|
@ -41,6 +41,7 @@ pre {
|
||||||
border: rgba(0,0,0,.1) solid;
|
border: rgba(0,0,0,.1) solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
line-height: 1.2rem;
|
||||||
|
|
||||||
/* cobalt's highlighting sets inline values, so we need to overwrite them */
|
/* cobalt's highlighting sets inline values, so we need to overwrite them */
|
||||||
background-color: #f7f7f7 !important;
|
background-color: #f7f7f7 !important;
|
||||||
|
|
Loading…
Reference in a new issue