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
Ryan Wang 2024-10-21 17:24:21 +08:00 committed by GitHub
parent 500f702e02
commit 53b291b54e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@
grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-columns: repeat(3, minmax(0, 1fr));
align-items: center; align-items: center;
display: grid; display: grid;
height: 2.5em;
} }
.halo-form .form-input { .halo-form .form-input {