Canva Jira - display Sprint Description clearly
Canva Jira - display Sprint Description clearly2 by leeborkman
Details
Authorleeborkman
LicenseNo License
Categorycanvadev.atlassian.com
Created
Updated
Size539 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 canvadev.atlassian.net - 10/4/2023, 11:16:57 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Show Sprint decsription clearly
@author Me
==/UserStyle== */
@-moz-document domain("canvadev.atlassian.net") {
/* Insert code here... */
._1bsb1ns9, .wl0viz-8{
white-space: pre;
color: black;
background-color: silver;
padding: 1em;
margin: 1em;
width:50%;
border-radius: 1em;
}
}