judul info wrap
This commit is contained in:
parent
5917ae8247
commit
8f9debc7cb
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue