Skip to content

Instantly share code, notes, and snippets.

@kerbyfc
Last active July 25, 2017 09:49
Show Gist options
  • Save kerbyfc/8690fa5798fe15d733145b3f616fd498 to your computer and use it in GitHub Desktop.
Save kerbyfc/8690fa5798fe15d733145b3f616fd498 to your computer and use it in GitHub Desktop.
.boards-app > div {
display: flex !important;
}
.board {
margin: 0 0 0 0 !important;
padding: 0 !important;
}
.board-list-component > .board-list {
overflow: auto !important;
}
.board-list-component {
overflow: inherit !important;
}
.card {
display: block !important;
padding: 2px !important;
}
.card-title {
font-size: 85% !important;
}
.card-footer > .label {
padding: 3px !important;
border-radius: 2px !important;
font-size: 75% !important;
margin-right: 2px !important;
font-weight: bold !important;
}
.board-inner {
border-radius: 0;
border: none;
border-right: 1px solid #ccc;
}
.board-header.has-border {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment