Skip to content

Instantly share code, notes, and snippets.

@ismyrnow
Last active November 5, 2019 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismyrnow/47056ada656aa6273c0ed1bc1d956cb8 to your computer and use it in GitHub Desktop.
Save ismyrnow/47056ada656aa6273c0ed1bc1d956cb8 to your computer and use it in GitHub Desktop.
TeamGantt Stylish Styles
.board-card .card-body .user-icons,
.board-card .card-body .notification-wrapper,
.card-header .static-task-progress {
display: none;
}
.board-column {
width: 400px;
}
.board-card {
padding-right: 12px;
}
.board-card > div {
display: flex;
overflow: hidden;
}
.board-card .card-header {
margin-bottom: 0;
max-width: 80%;
}
.board-card .card-header .name-row {
line-height: 20px;
}
.card-header .name {
white-space: nowrap;
text-overflow: ellipsis;
}
.board-card .card-body .project-badges {
white-space: nowrap;
}
.board-card .card-body .resource-badge {
margin: 0 8px 0 0;
}
.sidebar,
.board-menu,
.inbox__toggle,
.board-header,
footer {
display: none;
}
#main-content {
bottom: 0;
top: 0;
left: 0;
}
.board-main {
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment