adminlte

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
elazarus3
User
Posts: 90

adminlte

Post 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.


arbei
User
Posts: 9284

Post 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;
}


elazarus3
User
Posts: 90

Post by elazarus3 »

Yes - that is much better. Thanks!


Post Reply