mirror of
https://github.com/itflow-org/itflow
synced 2026-09-10 08:45:13 +00:00
Scale sidebar business name to fit (@BoredManCodes)
This commit is contained in:
8
agent/css/sidebar_brand_fix.css
Normal file
8
agent/css/sidebar_brand_fix.css
Normal file
@@ -0,0 +1,8 @@
|
||||
/* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user