Jump to content

Change height of Shared Folder widget


Graham Quince

Recommended Posts

Now that IE11 has been put out to pasture, there's a really useful bit of CSS I feel it's safe to share, namely the !important tag.  This works for all modern browsers, unless there is a conflict with another !important.  For the shared folder widget, this CSS in an HTML brick removes the 295 pixel height constraint.

<style>
    .widget_sharedfolders .resources-container,
    .widget_sharedfolders .list-wrapper {
        height: auto !important;
    }
</style>

Height: auto see the widget resize depending on the folder contents, but you could set the height to be whatever you want.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...