Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Table/ColToggle: Fieldset with display: table-column causes offset #6319

Closed
frequent opened this issue Aug 9, 2013 · 1 comment
Closed

Comments

@frequent
Copy link
Contributor

frequent commented Aug 9, 2013

When a columntoggle popup is created, fieldset is used as the container for the checkboxes.

Setting this:

ui-mobile fieldset: { display: table-column; }

causes a few pixel of ... empty space or offset ... at the bottom of the popup.

Example: demos

Setting ui-mobile fieldset: { display: block; } seems to fix it.

@jaspermdegroot
Copy link
Contributor

@frequent

Thanks! The display: table-column; was indeed causing additional space on Firefox. Instead of overriding the display property for the table colomn toggle popup menu I am going to fix this at the root of the problem so it's also fixed in other situations where people use fieldsets inside a popup. Setting vertical alignment willl do the trick.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants