judul info wrap

This commit is contained in:
rahmagustin 2026-03-28 23:19:50 +07:00
parent 5917ae8247
commit 8f9debc7cb
1 changed files with 9 additions and 1 deletions

View File

@ -15,6 +15,14 @@
.table td { .table td {
vertical-align: top; vertical-align: top;
} }
.judul-wrap {
max-width: 250px;
/* atur sesuai kebutuhan */
white-space: normal !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
}
</style> </style>
<div class="content-wrapper"> <div class="content-wrapper">
@ -70,7 +78,7 @@ class="form-control" placeholder="Cari judul informasi...">
@endif @endif
</td> </td>
<td>{{ $item->judul_informasi }}</td> <td class="judul-wrap">{{ $item->judul_informasi }}</td>
<td> <td>
@if ($item->gambar_informasi) @if ($item->gambar_informasi)