Getting rid of the annoying width limit on google forms
Getting rid of Google forms max width by TMK1k
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
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%
}
}