Skip to content

Getting rid of Google forms max width by TMK1k

Screenshot of Getting rid of Google forms max width

Details

AuthorTMK1k

LicenseNo License

Categorydocs.google.com

Created

Updated

Size307 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Getting rid of the annoying width limit on google forms

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Getting rid of Google forms max width
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         TMK1k
==/UserStyle== */

@-moz-document domain("docs.google.com") {
    .teQAzf {
        width: 100%
    }
}

Reviews

No reviews yet.