From 9176a9721c37dd794c7ec49a72cdb5985f0ea0e3 Mon Sep 17 00:00:00 2001 From: Alan Michel Willms Quinot Date: Fri, 23 Feb 2018 09:52:11 -0300 Subject: [PATCH] Fix long log file names breaking their container #114 (#119) --- src/views/log.blade.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/log.blade.php b/src/views/log.blade.php index 616fcfe..9e31020 100644 --- a/src/views/log.blade.php +++ b/src/views/log.blade.php @@ -45,6 +45,10 @@ background-color: #f5f5f5; border-color: #777; } + + .list-group-item { + word-wrap: break-word; + }