Skip to content

Commit

Permalink
docs(useExternal): text overflow of the box (alibaba#2428)
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-ice authored Jan 6, 2024
1 parent 91bf6dd commit 656c916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hooks/src/useExternal/demo/demo2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default () => {
<p>
Status: <b>{status}</b>
</p>
<div className="bd-example">
<div className="bd-example" style={{ wordBreak: 'break-word' }}>
<span className="badge badge-pill badge-primary">Primary</span>
<span className="badge badge-pill badge-secondary">Secondary</span>
<span className="badge badge-pill badge-success">Success</span>
Expand Down

0 comments on commit 656c916

Please sign in to comment.