aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/mail_head.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-10 17:02:55 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-10 17:02:55 +0100
commit0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9 (patch)
tree1bfba6455a431f153a9b2b7aa682e495085e9990 /view/tpl/mail_head.tpl
parentb1c97dfcfd80263f94733d0ec6c357eebc5a57da (diff)
downloadvolse-hubzilla-0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9.tar.gz
volse-hubzilla-0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9.tar.bz2
volse-hubzilla-0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9.zip
fixing classes
Diffstat (limited to 'view/tpl/mail_head.tpl')
-rwxr-xr-xview/tpl/mail_head.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/mail_head.tpl b/view/tpl/mail_head.tpl
index d52fa40e0..aac592a5f 100755
--- a/view/tpl/mail_head.tpl
+++ b/view/tpl/mail_head.tpl
@@ -1,6 +1,6 @@
<div class="widget">
<h3>{{$header}}</h3>
- <ul class="nav nav-pills nav-stacked">
+ <ul class="nav nav-pills flex-column">
{{foreach $messages as $message}}
{{include file="mail_list.tpl"}}
{{/foreach}}