1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

fix line-height

This commit is contained in:
Rokt33r
2016-05-04 01:59:11 +09:00
parent acf8cbfe0e
commit 6ba49ad294

View File

@@ -126,13 +126,13 @@ marked()
border-radius 5px border-radius 5px
overflow-x auto overflow-x auto
margin 0 0 15px margin 0 0 15px
line-height 1.35em line-height 1.35
&>code code
margin 0 margin 0
padding 0 padding 0
border none border none
border-radius 0 border-radius 0
&>pre pre
border none border none
margin -5px margin -5px
&>span.lineNumber &>span.lineNumber
@@ -142,8 +142,6 @@ marked()
margin 0 0.5em 0 -0.5em margin 0 0.5em 0 -0.5em
border-right 1px solid border-right 1px solid
text-align right text-align right
font-size 0.9em
line-height 1.65em
&>span &>span
display block display block
padding 0 .5em 0 1em padding 0 .5em 0 1em