Ben Barber
Ben Barber
@railsr You can pass chrome options through with your data-widget-options like in the example below: ``` ``` Hope that helps.
+1 Monochrome would be great
You can achieve centered, vertical and horizontal alignment with the following: ``` .full-height { height: 100vh } ``` ``` Hello world ```
You can configure logstash-logger to output to both logstash and stdout rather that using lograge, see https://github.com/dwbutler/logstash-logger#multi-logger ```ruby config.logstash.type = :multi_logger config.logstash.io = STDOUT config.logstash.outputs = [ { type: :io,...