Files
itflow/agent/css/sidebar_brand_fix.css

8 lines
217 B
CSS

/* Custom syling for scaling the brand text (MSP name) in the sidebar */
.app-sidebar .brand-text {
display: inline-block;
vertical-align: middle;
white-space: nowrap;
transform-origin: left center;
}