mirror of https://github.com/halo-dev/halo
fix: resolve button height overflow in signup form on older Safari (#6912)
#### What type of PR is this? /area core /kind bug /milestone 2.20.x #### What this PR does / why we need it: 修复在低版本 Safari 浏览器中,注册表单中的按钮高度溢出的问题。 #### Which issue(s) this PR fixes: Fixes #6910 #### Does this PR introduce a user-facing change? ```release-note 修复在低版本 Safari 浏览器中,注册表单中的按钮高度溢出的问题。 ``` <!-- Fuck Safari -->pull/6915/head
parent
500f702e02
commit
53b291b54e
|
@ -234,6 +234,7 @@
|
|||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
align-items: center;
|
||||
display: grid;
|
||||
height: 2.5em;
|
||||
}
|
||||
|
||||
.halo-form .form-input {
|
||||
|
|
Loading…
Reference in New Issue