Skip to content

Instantly share code, notes, and snippets.

@martellaj
Created March 7, 2016 17:46
Show Gist options
  • Save martellaj/ddc75da74329b9d9f2db to your computer and use it in GitHub Desktop.
Save martellaj/ddc75da74329b9d9f2db to your computer and use it in GitHub Desktop.
Custom user style to show the text of a Trello label on the board view.
.list-card-labels .card-label {
float: left;
height: 20px;
margin: 0 3px 3px 0;
padding: 0px 3px;
width: auto;
line-height: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment