File tree 1 file changed +2
-2
lines changed
packages/components/src/styles/components/code-block
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
// DIMENSIONS
16
16
$hds-code-block-line-numbers-width : 49px ; // 3em ≈ 49px
17
17
$hds-code-block-code-padding : 16px ;
18
- $hds-code-block-code-bottom-gradient-height : 50 px ;
18
+ $hds-code-block-code-bottom-gradient-height : 48 px ;
19
19
20
20
// CODE-BLOCK PARENT/WRAPPER
21
21
@@ -139,7 +139,7 @@ $hds-code-block-code-bottom-gradient-height: 50px;
139
139
display : flex ;
140
140
align-items : center ;
141
141
justify-content : center ;
142
- padding : 0 $hds-code-block-code-padding 12 px $hds-code-block-code-padding ;
142
+ padding : 0 $hds-code-block-code-padding 10 px $hds-code-block-code-padding ;
143
143
pointer-events : none ; // fix issue with scrolling when hovering over the footer
144
144
145
145
// re-enable pointer events for the button (or any content inside the footer)
You can’t perform that action at this time.
0 commit comments