Skip to content

Commit

Permalink
Break word when menu item is too long (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Milewski <[email protected]>
  • Loading branch information
kavanpancholi and milewski authored Oct 18, 2023
1 parent 89969c2 commit f80b8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/Menu.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>

<div class="flex h-full whitespace-nowrap"
<div class="flex h-full"
:class="{
'min-h-[calc(100vh-50px)]': screen === 'responsive',
'lg:flex hidden min-h-[calc(100vh-56px)]': screen === 'desktop'
Expand Down

0 comments on commit f80b8fc

Please sign in to comment.