balexbyrd / sense-FieldUI

Bootstrap Radio, Checklist, Dropdown, and Buttons for a Dimension. Use icons for dimension values (buttons only) and use hidden variables (for changing chart dimensions dynamically)
22 stars 10 forks source link

The dropdown border is chopping off while rendering as dropdown #9

Closed Innocent84 closed 6 years ago

Innocent84 commented 7 years ago

Hi Team,

The dropdown border is chopping off while rendering as dropdown, and the dropdown is aligned at bottom instead of center alignemnt alignment issue . This has happened after upgrading to V3.2.4. Even while rendering as button the buttons are aligned on bottom instead of center of the component.

balexbyrd commented 7 years ago

I can replicate this issue on my end as well. The problem is with the way Qlik leaves padding / space for the titles using a header tag in the html.

As you probably know, a workaround is to just increase the height of the box, but then there's generally too much whitespace and screen space is valuable.

It looks like you're choosing dates, maybe this extension is a better option? http://branch.qlik.com/#!/project/5697a878dcc497f80ed514bf

When I have some time I'll work on this one and add it to a new release.