Skip to content

Commit

Permalink
docs(Icon): optimize ui style of docs when font_class is too long (#4014
Browse files Browse the repository at this point in the history
)

Co-authored-by: justquanyin <[email protected]>
  • Loading branch information
justquanyin and justquanyin authored Jul 25, 2022
1 parent 1976208 commit 8108be1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/icon/demo/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ ReactDOM.render(
margin-top: 10px;
text-align: center;
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.icon-list-custom-title {
Expand Down

0 comments on commit 8108be1

Please sign in to comment.