Skip to content

Commit

Permalink
fix: resolve button height overflow in signup form on older Safari (#…
Browse files Browse the repository at this point in the history
…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 -->
  • Loading branch information
ruibaby authored Oct 21, 2024
1 parent 500f702 commit 53b291b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/src/main/resources/static/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
grid-template-columns: repeat(3, minmax(0, 1fr));
align-items: center;
display: grid;
height: 2.5em;
}

.halo-form .form-input {
Expand Down

0 comments on commit 53b291b

Please sign in to comment.