Skip to content

Commit

Permalink
get rid of resize boxes in IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed May 4, 2016
1 parent 1276ab9 commit 0ad6363
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ iconPadding = 3px inputPadding
margin-bottom: 5px
margin-top: 5px
padding-left: 16px
code, pre:not(.hljs) // TODO core should not be aware of hljs
pre.hljs
overflow: visible
code, pre:not(.hljs)
background-color: #f0f0f0
code, pre
border-radius: 3px
Expand Down

0 comments on commit 0ad6363

Please sign in to comment.