diff options
| -rw-r--r-- | sass/parts/_syntax.scss | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/sass/parts/_syntax.scss b/sass/parts/_syntax.scss index 839f482..b939984 100644 --- a/sass/parts/_syntax.scss +++ b/sass/parts/_syntax.scss @@ -49,7 +49,6 @@ figure.code{  	margin-top: 10px;  	border: 1px solid $gray03;  	line-height: 1.5; -	overflow-x: auto;  	@include border-radius(5px);  	figcaption{  		font-size: $meta-size; @@ -69,6 +68,9 @@ figure.code{  			right: 0;  		}  	} +	.highlight{ +		overflow-x: auto; +	}  	.line-numbers{  		border-right: 1px solid $gray03;  		color: #000; | 
