Skip to content

Instantly share code, notes, and snippets.

@jefflward
Last active June 4, 2020 15:23
Show Gist options
  • Save jefflward/834855ca1586c5f12702a6093843b271 to your computer and use it in GitHub Desktop.
Save jefflward/834855ca1586c5f12702a6093843b271 to your computer and use it in GitHub Desktop.
Stylebot styling so stage button text is visible in dev.azure.com
div.active-release-details-container.flex.flex-column.active-releases-name-column {
max-width: 300px;
}
div.env-summary-node-new-plat .node-content {
width: unset ;
}
table.active-releases-details-list.bolt-table.bolt-list.body-m.relative.scroll-hidden {
table-layout: auto;
width: 100%;
}
td.active-release-environments-column.bolt-table-cell.bolt-list-cell {
overflow: visible;
}
@jefflward
Copy link
Author

Before

image

After

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment