Skip to content

Commit

Permalink
update:
Browse files Browse the repository at this point in the history
    * code css textAlign: left;
  • Loading branch information
grguang authored and zenjava committed Aug 19, 2019
1 parent d1c9122 commit e8f2639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/code-box/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const BoxWrap = styled.div`
const CodeBox = styled.div`
font-size: 14px;
box-sizing: border-box;
text-align: left;
display: ${props => (props.visible ? 'block' : 'none')};
& > pre > code {
line-height: 1.2;
Expand Down

0 comments on commit e8f2639

Please sign in to comment.