Created
December 20, 2018 14:53
-
-
Save nateroling/0db2561b763ffc857a409723c5e1e341 to your computer and use it in GitHub Desktop.
Stylebot rules for Azure DevOps Task Board
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
.taskboard-wrapper { | |
max-width: 1300px; | |
margin: 0 auto; | |
} | |
.taskboard-parent { | |
width: 290px; | |
} | |
.tbTile { | |
width: 280px; | |
} | |
td[axis=taskboard-table-body_s2] .witExtra { | |
display: none; | |
} | |
td[axis=taskboard-table-body_s2] .field-container { | |
display: none; | |
} | |
td[axis=taskboard-table-body_s2] .id-title-container { | |
margin: 0; | |
} | |
td[axis=taskboard-table-body_s2] .tbTile { | |
margin: 0; | |
} | |
td[axis=taskboard-table-body_s2] .tbTileContent { | |
border: 0; | |
background: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment