diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-20 14:16:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-20 14:16:32 +0100 |
commit | 8a44f8354e614ee24f4b749c4e1a3cf1fde2b4d4 (patch) | |
tree | 69328b182448781da4b84bf2ef876f3be2fed93d /client/src/app/app.component.html | |
parent | 54a932e82ae9c2ede48d2302a14f307d2e7908d6 (diff) | |
download | PeerTube-8a44f8354e614ee24f4b749c4e1a3cf1fde2b4d4.tar.gz PeerTube-8a44f8354e614ee24f4b749c4e1a3cf1fde2b4d4.tar.zst PeerTube-8a44f8354e614ee24f4b749c4e1a3cf1fde2b4d4.zip |
Fix instance name displaying with long text
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r-- | client/src/app/app.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index eda7cc4b6..dafc45266 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | <a id="peertube-title" [routerLink]="['/videos/list']" title="Homepage"> | 7 | <a id="peertube-title" [routerLink]="['/videos/list']" title="Homepage"> |
8 | <span class="icon icon-logo"></span> | 8 | <span class="icon icon-logo"></span> |
9 | {{ instanceName }} | 9 | <span class="instance-name">{{ instanceName }}</span> |
10 | </a> | 10 | </a> |
11 | </div> | 11 | </div> |
12 | 12 | ||