Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WAB Widgets Content Height #21

Closed
mayur9785 opened this issue Aug 16, 2017 · 2 comments
Closed

WAB Widgets Content Height #21

mayur9785 opened this issue Aug 16, 2017 · 2 comments

Comments

@mayur9785
Copy link

Hi,

How do I increase the height of the container so that widget's complete UI we can see without scrolling, as current height is not enough to see the complete UI.

Also, How do I set max-height & min-height for widgets ?

4

@tmcgee
Copy link
Member

tmcgee commented Aug 16, 2017

css for WAB widgets will be specific to that widget. Using Chrome Dev Tools, I inspected that element and it appears you should use the css class jimu-widget-query. The style.css for that widget has a min-height: 237px for that element. Perhaps something like:

.jimu-widget-query {
    min-height: 300px !important;
}

@mayur9785
Copy link
Author

@tmcgee Thank You very much 👍 got it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants