Laravel-Backpack / demo

A working demo of Laravel with all Backpack packages installed.
http://backpackforlaravel.com
Other
329 stars 165 forks source link

wrap details row text #658

Closed pxpm closed 2 weeks ago

pxpm commented 2 weeks ago

WHY

fixes https://github.com/Laravel-Backpack/demo/issues/656

BEFORE - What was wrong? What was happening before this PR?

Text inside the details row would force the table to expand.

AFTER - What is happening after this PR?

No more, it will respect the container width and break lines when needed.

HOW

How did you achieve that, in technical terms?

Adding text-wrap bootstrap class to the details row.