aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/connections.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-07-29 09:03:22 +0000
committerMario <mario@mariovavti.com>2021-07-29 09:03:22 +0000
commit693736df7c4de1b00f746f9f671f287fc757aa3e (patch)
treeb00756eda9a861b3001a17b773e9bcc04b2f6017 /view/tpl/connections.tpl
parent943e7dd242caf5e66ce1d093b137e86db156aa73 (diff)
downloadvolse-hubzilla-693736df7c4de1b00f746f9f671f287fc757aa3e.tar.gz
volse-hubzilla-693736df7c4de1b00f746f9f671f287fc757aa3e.tar.bz2
volse-hubzilla-693736df7c4de1b00f746f9f671f287fc757aa3e.zip
dropdown-menu-right -> dropdown-menu-end
Diffstat (limited to 'view/tpl/connections.tpl')
-rw-r--r--view/tpl/connections.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl
index 0dc7f536b..86f353d82 100644
--- a/view/tpl/connections.tpl
+++ b/view/tpl/connections.tpl
@@ -7,7 +7,7 @@
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$sort}}">
<i class="fa fa-filter"></i>
</button>
- <div class="dropdown-menu dropdown-menu-right">
+ <div class="dropdown-menu dropdown-menu-end">
{{foreach $tabs as $menu}}
<a class="dropdown-item {{$menu.sel}}" href="{{$menu.url}}">{{$menu.label}}</a>
{{/foreach}}