Make the Jira create ticket modals wide
Jira - Wide modals by mattnakama-skytap
Details
Authormattnakama-skytap
LicenseApache 2.0
Categoryatlassian.net
Created
Updated
Size345 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 Jira - Wide modals
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Make the Jira create ticket modals wide
@author mattnakama@skytap.com
==/UserStyle== */
@-moz-document domain("atlassian.net") {
* {
--modal-dialog-width: 100% !important;
}
}