Last active
November 5, 2019 17:30
-
-
Save ismyrnow/47056ada656aa6273c0ed1bc1d956cb8 to your computer and use it in GitHub Desktop.
TeamGantt Stylish Styles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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