Skip to content

Commit

Permalink
wrap details row text
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed Sep 16, 2024
1 parent 1e64288 commit bd2bb08
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 bd2bb08

Please sign in to comment.