Skip to content

Commit

Permalink
Merge pull request #4128 from kazuhitoyokoi/master-fixquickadddialog
Browse files Browse the repository at this point in the history
Fix broken subflow icon and overflowed name in quick add dialog
  • Loading branch information
knolleary committed Apr 28, 2023
2 parents a7cc66a + 8e49330 commit ee43a84
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@
}
.red-ui-search-result-node-label {
color: var(--red-ui-secondary-text-color);
width: 240px;
overflow-wrap: anywhere;
}
}

Expand Down

0 comments on commit ee43a84

Please sign in to comment.