remove unnecessary css
This commit is contained in:
parent
45f0bfa0f9
commit
f1a03916e7
@ -225,7 +225,6 @@ const CodeContent = styled.div<{ isShowLineNumbers: boolean; isUnwrapped: boolea
|
|||||||
.line {
|
.line {
|
||||||
display: block;
|
display: block;
|
||||||
min-height: 1.3rem;
|
min-height: 1.3rem;
|
||||||
width: 100%;
|
|
||||||
padding-left: ${(props) => (props.isShowLineNumbers ? '2rem' : '0')};
|
padding-left: ${(props) => (props.isShowLineNumbers ? '2rem' : '0')};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user