diff --git a/templates/logs.html b/templates/logs.html
index aeb7101..e48efe0 100644
--- a/templates/logs.html
+++ b/templates/logs.html
@@ -101,16 +101,23 @@
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
+ width: 100%;
}
th, td {
padding: 10px;
font-size: 0.9rem;
+ min-width: 100px;
+ }
+
+ td {
+ width: 33.33%;
}
.retry-button {
padding: 6px 12px;
font-size: 0.8rem;
+ width: 100%;
}
}