Skip to content

Commit

Permalink
Merge pull request #16734 from martenson/toolbox-scrollbar
Browse files Browse the repository at this point in the history
[23.1] prevent toolbox scrollbar
  • Loading branch information
dannon committed Sep 25, 2023
2 parents cf1bc2f + 7a02769 commit 53790d0
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
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
Expand Up @@ -210,3 +210,9 @@ export default {
},
};
</script>

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

0 comments on commit 53790d0

Please sign in to comment.