File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ for name, val in admonition_types
361
361
.admonition . { name }
362
362
@extend $admonition
363
363
border-left-color : val [color ]
364
-
364
+
365
365
.admonition . { name } > .admonition-title
366
366
@extend $admonition-title
367
367
border-bottom-color : .1rem solid rgba (val[color], 0.2 )
387
387
font-weight bold
388
388
text-align right
389
389
overflow hidden
390
- flex-basis 18%
391
- padding 1%
390
+ flex-basis 20%
391
+ padding 6px 13px
392
+ box-sizing border-box
392
393
393
394
dd
394
395
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
399
399
background-color $ui-noteDetail-backgroundColor
400
+ box-sizing border-box
400
401
401
402
dd + dd
402
403
margin-left 20%
You can’t perform that action at this time.
0 commit comments