Skip to content

Commit

Permalink
style: use whiteSpace nowrap
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtengjin committed Dec 21, 2023
1 parent 3d02b56 commit ba80804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/topology/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
padding: 0 10px;
top: -40px;
font-size: 12px;
word-break: keep-all;
white-space: nowrap;
background: #666666;
color: #fff;
border-radius: 3px;
Expand Down

0 comments on commit ba80804

Please sign in to comment.