Skip to content

Commit

Permalink
Merge pull request #5662 from Laravel-Backpack/wrap-details-row-text
Browse files Browse the repository at this point in the history
add text-wrap to details row
  • Loading branch information
pxpm authored Sep 16, 2024
2 parents 1e64288 + bd2bb08 commit 0d79292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/crud/details_row.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="m-t-10 m-b-10 p-l-10 p-r-10 p-t-10 p-b-10" bp-section="crud-details-row">
<div class="row">
<div class="row text-wrap">
@php
$widgets = app('widgets')->where('section', 'details_row');
@endphp
Expand Down

0 comments on commit 0d79292

Please sign in to comment.