this repo has no description

revert box-decoration-break property

12Me21 895b9c64 b2d7cedd

+1
+1
markup.css
··· 147 147 border-radius: 4px; 148 148 margin: 0 0.1em; 149 149 vertical-align: 1px; 150 + /*-webkit-box-decoration-break: clone; box-decoration-break: clone; - actually we want this disabled since that makes it easier to tell if a code block has been split*/ 150 151 } 151 152 .Markup th code { 152 153 white-space: pre-wrap;