Page 1 of 1

adminlte

Posted: Thu Dec 21, 2017 1:41 am
by elazarus3

HI All - question on adminlte. Our program has a very involved left menu, with dynamically generated dropdowns. It is an electronic medical record - it shows patients checked in, messages, labs, etc. So, by default everything looks great, but when we click a dropdown for messages, labs, etc, it extends over the table area with background transparent so is impossible to read.

I'm wondering the best way to fix this -

1) could adminlte change its width dynamically to accommodate?

or

2) is there a way to wrap menu items in a div so they extend beyond the border of adminlte, but are in a bootstrap box with a sold colored background?

Thanks.


Re: adminlte

Posted: Thu Dec 21, 2017 5:29 pm
by arbei

You can add your style code in [HTML] -> [Styles] -> [User] to make the menu item text wrap.

For example:
.sidebar-menu{
white-space:normal;
}


Re: adminlte

Posted: Fri Dec 22, 2017 12:36 pm
by elazarus3

Yes - that is much better. Thanks!