Sidemenu List Element Height

Does anybody know why i am not able to overwrite the md-list-item

in an ui-template added to the side header i did:

<style type="text/css">
    
body.nr-dashboard-theme {
    font-size: 14px;
    
list-item .md-no-style.md-button {
	font-size: 10px !important;
	
}


md-list-item._md-button-wrap > div.md-button:first-child {
	padding: 0px;
}

md-list-item {
    min-height: 30px !important;
    height: 30px !important;
}

</style>

The 14px font size for the dashboard works. but the list item height remains as 46px comming form

<style type="text/css" id="less:ui-css-app:min">....
</style>

even if my style defned in header is the latest one.

has anybody an idea how to reduce the line height in the sidebar.

thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.