WestpacCXTeam / GUI-source

Westpac GUI source code
http://WestpacCXTeam.github.io/GUI-source
GNU General Public License v2.0
37 stars 19 forks source link

Checkboxes, radios & switches (min-height) issue (Firefox) #407

Closed jonnystening closed 6 years ago

jonnystening commented 6 years ago

Firefox doesn't honour min-height for table elements. Checkboxes, radios & switches use this to ensure the switch element is at least as high as the absolute positioned toggle.

Changing min-height to simply height will likely suffice. A table cell naturally grows in height as needed.

screen shot 2018-01-25 at 9 24 53 am screen shot 2018-01-25 at 9 23 02 am
jonnystening commented 6 years ago

fixed by WestpacCXTeam/GUI-switches@29fdc7836257c65f765b874fe3b6a38527232530, WestpacCXTeam/GUI-radios@3307728fe0fca0d4540e203a8293409ae16f8f8e and WestpacCXTeam/GUI-checkboxes@de5b9e3ce1fca86ac6aaad7838f2cba290d78c06