Skip to content

Commit 033f90e

Browse files
committed
wrap details row text
1 parent 1cadf92 commit 033f90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/vendor/backpack/crud/details_row/monster.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="m-t-10 m-b-10 p-l-10 p-r-10 p-t-10 p-b-10">
2-
<div class="row">
2+
<div class="row text-wrap">
33
<div class="col-md-12">
44
<small>Use the <span class="label label-default">details_row</span> functionality to show more information about the entry, when that information does not fit inside the table column.</small><br><br>
55
<strong>Text:</strong> {{ $entry->text }} <br>

0 commit comments

Comments
 (0)