Wordwrap license key

This commit is contained in:
snipe 2016-07-28 18:56:02 -07:00
parent 1f0737cfb7
commit 8a9307f357

View file

@ -119,7 +119,7 @@
@if (!is_null($license->serial)) @if (!is_null($license->serial))
<tr> <tr>
<td>{{ trans('admin/licenses/form.license_key') }}</td> <td>{{ trans('admin/licenses/form.license_key') }}</td>
<td style="word-wrap: break-word;overflow-wrap: break-word;word-break: break-word;">{{ nl2br(e($license->serial)) }}</td> <td style="word-wrap: break-word;overflow-wrap: break-word;word-break: break-word;">{!! nl2br(e($license->serial)) !!}</td>
</tr> </tr>
@endif @endif
@ -270,7 +270,7 @@
</div> </div>
</div> </div>
</div> </div>ey
</div> </div>
<!-- /.tab-pane --> <!-- /.tab-pane -->