Skip to content

Commit

Permalink
Fix long log file names breaking their container #114 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwillms authored and rap2hpoutre committed Feb 23, 2018
1 parent 7492b2a commit 9176a97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/log.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
background-color: #f5f5f5;
border-color: #777;
}
.list-group-item {
word-wrap: break-word;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 9176a97

Please sign in to comment.