Skip to content

grafana - wider variable inputs by erplsf

Details

Authorerplsf

LicenseNo License

Categorygrafana

Created

Updated

Size353 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Widens inputs for variable fields in Grafana.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           grafana - wider variable inputs
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Widens inputs for variable fields in Grafana.
@author         erp.lsf@gmail.com
==/UserStyle== */
@-moz-document url-prefix("https://grafana") {
  div[data-testid="input-wrapper"] {
    width: 700px;
  }
}

Reviews

No reviews yet.