Increase the Size of the Workbox Workflows Selector

If you are anything like me, you are super annoyed at the size of the Workbox’s Workflows selector.

We can make it bigger by modifying the CSS of /Website/sitecore/shell/Themes/Standard/Default/Workbox.css.

.scRibbonToolbarStrip {
min-height: 120px !important;
}

.scWorkboxContentContainer {
margin-top: 120px !important;
}

.scRibbon .chunk{
height: 120px !important;
}

.scRibbon .chunk .panel {
height: 80px !important;
}

.scWorkflowsPanel {
height: 85px !important;
}

Then boom!!!

Error: Contact form not found.