mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Wordwrap license key
This commit is contained in:
parent
1f0737cfb7
commit
8a9307f357
|
@ -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 -->
|
||||||
|
|
Loading…
Reference in a new issue