diff options
Diffstat (limited to 'captain/templates/index.html')
-rw-r--r-- | captain/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/captain/templates/index.html b/captain/templates/index.html index 5d90ad4..fc4de13 100644 --- a/captain/templates/index.html +++ b/captain/templates/index.html @@ -20,7 +20,7 @@ <li><a href="{{ base_url }}/about.html">About</a></li> </ul> </div> - <h1>{{ title }} - I'm Levitating!</h1> + <h1 style="overflow: hidden; text-overflow: ellipsis;white-space: nowrap;">{{ title }} - I'm Levitating!</h1> </div> <div class="content"> |