Last active
June 4, 2020 15:23
-
-
Save jefflward/834855ca1586c5f12702a6093843b271 to your computer and use it in GitHub Desktop.
Stylebot styling so stage button text is visible in dev.azure.com
This file contains hidden or 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
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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before
After