lib/sidetiq/views/assets/styles.css in sidetiq-0.5.0 vs lib/sidetiq/views/assets/styles.css in sidetiq-0.6.0

- old
+ new

@@ -1,20 +1,41 @@ + +.table-sidetiq { + width: 100%; + margin: 0; + table-layout: fixed; +} + +.backtrace { + display: none; + overflow: auto; + width: 100%; + background: white; +} + +.backtrace pre { + display: inline-block; + font-size: 0.8em; + border: none; + white-space: nowrap; + margin: 0; +} \ No newline at end of file