Skip to content

Commit

Permalink
Merge pull request #650 from frkcn/master
Browse files Browse the repository at this point in the history
Change model column content length
  • Loading branch information
taylorotwell authored Jun 14, 2019
2 parents 622b47c + f500d1b commit 1bce729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/screens/models/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


<template slot="row" slot-scope="slotProps">
<td>{{truncate(slotProps.entry.content.model, 80)}}</td>
<td>{{truncate(slotProps.entry.content.model, 70)}}</td>

<td class="table-fit">
<span class="badge font-weight-light" :class="'badge-'+modelActionClass(slotProps.entry.content.action)">
Expand Down

0 comments on commit 1bce729

Please sign in to comment.