app/assets/stylesheets/konacha.css in konacha-3.3.0 vs app/assets/stylesheets/konacha.css in konacha-3.4.0

- old
+ new

@@ -36,9 +36,17 @@ #mocha { width: 40%; } +pre.error { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + width: 90%; + width: calc(100% - 42px); +} + @media (max-width: 1860px) { .test-context { width: 66%; -webkit-transform: scale(0.6666666666);