Skip to content

Commit aaee02f

Browse files
committed
fix(BadgeValue): full width
1 parent b808459 commit aaee02f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/BadgeValue.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ const handleCopy = () => {
5454
transition: all 0.2s ease;
5555
5656
& span {
57+
width: 100%;
58+
5759
white-space: nowrap;
5860
overflow: hidden;
5961
text-overflow: ellipsis;

0 commit comments

Comments
 (0)