输入复选框在iOS Safari上大得离谱 [英] Input checkbox ridiculously big on iOS Safari

查看:102
本文介绍了输入复选框在iOS Safari上大得离谱的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在iOS Safari上检查了我的网站,我看到了巨大的复选框输入,看起来像是系统样式的。可以设置样式还是缩小样式?



可以检查问题


Checked my site on iOS Safari and I get this huge checkbox input that looks like it's system styled. Can this be styled, or maybe made a bit smaller?

The issue can be checked here

解决方案

Set the padding of the checkbox to 0 (or to a value more to your liking).

.gdlr-core-input-wrap.gdlr-core-large input:not([type="button"]):not([type="submit"]):not([type="file"]) {
  /* padding: 20px 22px; */
  padding: 0;
}

这篇关于输入复选框在iOS Safari上大得离谱的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆