![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
in linux, the larger checkboxes and radio buttons are breaking my layout - how can I override them?
I've tried css with selector input[type="checkbox"] but this has no effect.
I've tried css with selector input[type="checkbox"] but this has no effect.
Chosen solution
You need to add -moz-appearance:none!important;
Read this answer in context 👍 1All Replies (1)
Chosen Solution
You need to add -moz-appearance:none!important;