]> 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 eda7cc4b610f304de90db153d9ff47553426cb02..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>