Skip to content

Commit

Permalink
style: update content text-overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YiniXu9506 committed Sep 6, 2022
1 parent d28370b commit 276ed11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style/defaul_node.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
.content {
padding: 0 0.5rem 0.5rem;
margin: 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;

}
}
}

0 comments on commit 276ed11

Please sign in to comment.