aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2017-11-08 08:57:30 +0100
committerMario <mario@mariovavti.com>2017-11-11 20:25:52 +0100
commit129e6bddde7ec6dd27dd3d1be5f16c2619c97887 (patch)
tree8bfc178e5fc1b7c09ce9a0578381f9899e4e04b7 /view/tpl
parent8260817cf702382d27a7d5006eea2c172a09b798 (diff)
downloadvolse-hubzilla-129e6bddde7ec6dd27dd3d1be5f16c2619c97887.tar.gz
volse-hubzilla-129e6bddde7ec6dd27dd3d1be5f16c2619c97887.tar.bz2
volse-hubzilla-129e6bddde7ec6dd27dd3d1be5f16c2619c97887.zip
truncate nav-app-link if appropriate
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/navbar_default.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl
index d02ad2e97..1f771e5ae 100755
--- a/view/tpl/navbar_default.tpl
+++ b/view/tpl/navbar_default.tpl
@@ -59,8 +59,8 @@
</div>
{{/if}}
</div>
-<div class="navbar-nav mr-auto">
- <a id="nav-app-link" href="{{$url}}" class="nav-link">
+<div id="nav-app-link-wrapper" class="navbar-nav mr-auto">
+ <a id="nav-app-link" href="{{$url}}" class="nav-link text-truncate">
{{$sel.name}}
{{if $sitelocation}}
<br><small>{{$sitelocation}}</small>