Skip to content

Instantly share code, notes, and snippets.

@nateroling
Created December 20, 2018 14:53
Show Gist options
  • Save nateroling/0db2561b763ffc857a409723c5e1e341 to your computer and use it in GitHub Desktop.
Save nateroling/0db2561b763ffc857a409723c5e1e341 to your computer and use it in GitHub Desktop.
Stylebot rules for Azure DevOps Task Board
.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