Aim to fix most cases where narrowness makes texts unnecessarily difficult to read.
Fix troublesome wrapping in comments in Bugzilla by grahamperrin
Details
Authorgrahamperrin
LicenseNo License
Categorybugs.freebsd.org, bugs.documentfoundation.org
Created
Updated
Size419 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 bugs.freebsd.org wide grahamperrin
@namespace github.com/openstyles/stylus
@version 1.0.0
@description FreeBSD bug 268606 – Fix troublesome wrapping in comments in Bugzilla …
@author Graham Perrin
==/UserStyle== */
@-moz-document domain("bugs.freebsd.org"), domain("bugs.documentfoundation.org") {
.bz_comment_text {
width: auto
}
}