View long log lines by horizontal scrolling the content area of Datadog's Log Explorer
Datadog Log Explorer - Horizontal Scrolling by Kache
Details
AuthorKache
LicenseMIT
Categorydatadoghq
Created
Updated
Size546 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Datadog Log Explorer - Horizontal Scrolling
@namespace github.com/openstyles/stylus
@version 1.0.1
@description View long log lines by horizontal scrolling the content area of Datadog's Log Explorer
@license MIT
@author Kache
==/UserStyle== */
@-moz-document regexp("https?://([^.]+.)?datadoghq.com/logs([^/].*)?") {
/* horizontal scrolling for long log content */
.druids_table_table__cell--should-shrink > .druids_table_table__cell-content {
contain: none;
}
}