Skip to content

basecamp.com line wrap code blocks by uncoy

Screenshot of basecamp.com line wrap code blocks

Details

Authoruncoy

LicenseCC Zero

Categoryhttps://3.basecamp.com

Created

Updated

Size274 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Instead of impossibly long single lines of text for code blocks, this small change will make code blocks line wrap to make them much easier to read.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           basecamp.com - Feb 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("basecamp.com") {
    pre {
    white-space: pre-wrap;
}
}

Reviews

No reviews yet.