diff --git a/src/main/resources/public/index.html b/src/main/resources/public/index.html index 39c446a..47a4c55 100644 --- a/src/main/resources/public/index.html +++ b/src/main/resources/public/index.html @@ -40,6 +40,10 @@ form input[name="shortUrl"] { text-transform: lowercase; } + + td[name="deleteBtn"] { + text-align: center; + } @@ -48,7 +52,7 @@