vendor/assets/stylesheets/code.css.scss in flashgrid-1.0.5 vs vendor/assets/stylesheets/code.css.scss in flashgrid-1.0.6

- old
+ new

@@ -34,9 +34,14 @@ padding: 20px; word-break: break-all; word-wrap: break-word; white-space: pre; } +.pre-scrollable { + max-height: 200px; + max-width: 100%; + overflow: scroll; +} /* #Pygments ================================================== */ .c { color: rgba(158,171,179,1); \ No newline at end of file