diff options
author | Mario <mario@mariovavti.com> | 2017-11-08 08:57:30 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2017-11-11 20:25:52 +0100 |
commit | 129e6bddde7ec6dd27dd3d1be5f16c2619c97887 (patch) | |
tree | 8bfc178e5fc1b7c09ce9a0578381f9899e4e04b7 /view/tpl | |
parent | 8260817cf702382d27a7d5006eea2c172a09b798 (diff) | |
download | volse-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-x | view/tpl/navbar_default.tpl | 4 |
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> |