Skip to content

Commit

Permalink
Make team menu entry "truncate" (text-overflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
leganz authored and Manuel.PirkerIhl committed Sep 9, 2020
1 parent 0443983 commit 1b10355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/switchable-team.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<svg class="mr-2 h-5 w-5 text-green-400" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke="currentColor" viewBox="0 0 24 24"><path d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
@endif

<div>{{ $team->name }}</div>
<div class="truncate">{{ $team->name }}</div>
</div>
</x-dynamic-component>
</form>

0 comments on commit 1b10355

Please sign in to comment.