Skip to content

Commit

Permalink
🐛 Fix typo, ant-design#12978
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 11, 2018
1 parent 63dee3c commit 74aeace
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ timeline: true

---

## 3.10.6
## 3.10.6 & 3.10.7

`2018-11-11`

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ timeline: true

---

## 3.10.6
## 3.10.6 & 3.10.7

`2018-11-11`

Expand Down
2 changes: 1 addition & 1 deletion components/button/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// Fixing https://github.com/ant-design/ant-design/issues/12978
// It is a render problem of chrome, which is only happened in the codesandbox demo
// 0.001px solution works and I don't why
line-height: @line-height-base - 0.001px;
line-height: @line-height-base - 0.001;
.btn;
.btn-default;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "3.10.6",
"version": "3.10.7",
"title": "Ant Design",
"description": "An enterprise-class UI design language and React-based implementation",
"homepage": "http://ant.design/",
Expand Down

0 comments on commit 74aeace

Please sign in to comment.