Skip to content

Commit

Permalink
break also mid-words for tool panel
Browse files Browse the repository at this point in the history
prevent long tool names, descriptions and workflow names to create scrollbar in tool panel
  • Loading branch information
martenson committed Sep 22, 2023
1 parent 54f3769 commit 7a02769
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/components/Panels/Common/Tool.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export default {
</script>

<style scoped>
.toolTitle {
overflow-wrap: anywhere;
}
.logo {
width: 2.5rem;
}
Expand Down
6 changes: 6 additions & 0 deletions client/src/components/Panels/ToolBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,9 @@ export default {
},
};
</script>

<style scoped>
.toolTitle {
overflow-wrap: anywhere;
}
</style>

0 comments on commit 7a02769

Please sign in to comment.