hack: make min-height of line-number container 98% to prevent scrollbar from appearing in code demo
This commit is contained in:
parent
110d05f645
commit
3e4b77757e
@ -20,7 +20,7 @@ const CustomPre = styled.pre`
|
|||||||
code:first-of-type {
|
code:first-of-type {
|
||||||
background-color: #2a2a2a !important;
|
background-color: #2a2a2a !important;
|
||||||
color: #999;
|
color: #999;
|
||||||
min-height: 100%;
|
min-height: 98%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-right: 5px !important;
|
padding-right: 5px !important;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user