Skip to content

Commit 9176a97

Browse files
alanwillmsrap2hpoutre
authored andcommitted
Fix long log file names breaking their container #114 (#119)
1 parent 7492b2a commit 9176a97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/views/log.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
background-color: #f5f5f5;
4646
border-color: #777;
4747
}
48+
49+
.list-group-item {
50+
word-wrap: break-word;
51+
}
4852
</style>
4953
</head>
5054
<body>

0 commit comments

Comments
 (0)