Skip to content

Commit

Permalink
Merge pull request #4130 from kazuhitoyokoi/master-fixoverflow
Browse files Browse the repository at this point in the history
Wrap long node name in tooltip, info sidebar, and node property
  • Loading branch information
knolleary committed Apr 28, 2023
2 parents f8701cf + 2eaae4b commit a7cc66a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
list-style-type: none;
margin: 0;
padding:0;

overflow-wrap: anywhere;
li {
display: inline-block;
padding:0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
padding: 8px;
border-radius: 2px;
background: var(--red-ui-popover-background);
overflow-wrap: anywhere;
}
.red-ui-popover:after, .red-ui-popover:before {
border: solid transparent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
> span {
display: inline-block;
margin-left: 5px;
overflow-wrap: anywhere;
}
border-bottom: 1px solid var(--red-ui-secondary-border-color);
}
Expand Down

0 comments on commit a7cc66a

Please sign in to comment.