Make kanban columns readable.
Wide Jira Kanban Columns by nsmmrs
Details
Authornsmmrs
LicenseNo License
Categoryatlassian.net
Created
Updated
Size365 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 Wide Jira Kanban Columns
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Make kanban columns readable.
==/UserStyle== */
@-moz-document domain("atlassian.net"), domain("atlassian.com") {
[data-component-selector="platform-board-kit.ui.column.draggable-column"] {
width: 320px;
}
}