Skip to content

Instantly share code, notes, and snippets.

@ddurst
Created January 21, 2020 16:09
Show Gist options
  • Save ddurst/7fbcf11de39aee5713c994119759fcab to your computer and use it in GitHub Desktop.
Save ddurst/7fbcf11de39aee5713c994119759fcab to your computer and use it in GitHub Desktop.
Stylus style to show labels on trello by default
@-moz-document domain("trello.com") {
.body-card-label-text .card-label.mod-card-front {
height: auto !important;
line-height: 1.6 !important;
padding: 0 2% 0 2% !important;
max-width: 90% !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment