judul info wrap
This commit is contained in:
parent
5917ae8247
commit
8f9debc7cb
|
|
@ -15,6 +15,14 @@
|
|||
.table td {
|
||||
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>
|
||||
|
||||
<div class="content-wrapper">
|
||||
|
|
@ -70,7 +78,7 @@ class="form-control" placeholder="Cari judul informasi...">
|
|||
@endif
|
||||
</td>
|
||||
|
||||
<td>{{ $item->judul_informasi }}</td>
|
||||
<td class="judul-wrap">{{ $item->judul_informasi }}</td>
|
||||
|
||||
<td>
|
||||
@if ($item->gambar_informasi)
|
||||
|
|
|
|||
Loading…
Reference in New Issue