Skip to content

Commit 49db1c8

Browse files
committed
fix style to match table padding
1 parent a287afb commit 49db1c8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

browser/components/markdown.styl

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ for name, val in admonition_types
361361
.admonition.{name}
362362
@extend $admonition
363363
border-left-color: val[color]
364-
364+
365365
.admonition.{name}>.admonition-title
366366
@extend $admonition-title
367367
border-bottom-color: .1rem solid rgba(val[color], 0.2)
@@ -387,16 +387,17 @@ dt
387387
font-weight bold
388388
text-align right
389389
overflow hidden
390-
flex-basis 18%
391-
padding 1%
390+
flex-basis 20%
391+
padding 6px 13px
392+
box-sizing border-box
392393

393394
dd
394395
border-top 1px solid borderColor
395-
flex-basis 78%
396-
max-width 78%
397-
padding 1%
398-
min-height 1.55em
396+
flex-basis 80%
397+
padding 6px 13px
398+
min-height 2.5em
399399
background-color $ui-noteDetail-backgroundColor
400+
box-sizing border-box
400401

401402
dd + dd
402403
margin-left 20%

0 commit comments

Comments
 (0)