diff --git a/src/main/resources/public/index.html b/src/main/resources/public/index.html
index 0e6b942..75fddf1 100644
--- a/src/main/resources/public/index.html
+++ b/src/main/resources/public/index.html
@@ -29,7 +29,9 @@
table tr td div {
max-height: 75px;
line-height: 25px;
- overflow: scroll;
+ word-wrap: break-word;
+ max-width: 575px;
+ overflow: auto;
}
form input[name="shortUrl"] {