From 8f9debc7cbfdcfc2993b13a8235ad886dc98acac Mon Sep 17 00:00:00 2001 From: rahmagustin Date: Sat, 28 Mar 2026 23:19:50 +0700 Subject: [PATCH] judul info wrap --- resources/views/admin/informasi/index.blade.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/resources/views/admin/informasi/index.blade.php b/resources/views/admin/informasi/index.blade.php index 6de431c..08da3ab 100644 --- a/resources/views/admin/informasi/index.blade.php +++ b/resources/views/admin/informasi/index.blade.php @@ -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; + }
@@ -70,7 +78,7 @@ class="form-control" placeholder="Cari judul informasi..."> @endif - {{ $item->judul_informasi }} + {{ $item->judul_informasi }} @if ($item->gambar_informasi)