]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app.component.html
Fix instance name displaying with long text
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.html
index 3a7aedac6a46dd6eb9c10c331a8972272958e2fd..dafc452668a8e9630df2491ca3cf58da48a546f2 100644 (file)
@@ -6,7 +6,7 @@
 
       <a id="peertube-title" [routerLink]="['/videos/list']" title="Homepage">
         <span class="icon icon-logo"></span>
-        {{ instanceName }}
+        <span class="instance-name">{{ instanceName }}</span>
       </a>
     </div>
 
@@ -28,7 +28,7 @@
 
       <footer class="row">
         <a href="https://github.com/Chocobozzz/PeerTube" title="PeerTube on Github">PeerTube v{{ serverVersion }}</a> -
-        <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube licence">CopyLeft 2015-2017</a>
+        <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube licence">CopyLeft 2015-2018</a>
       </footer>
     </div>
   </div>