From 7cbee8af5bda86d91cba624f45225be7616c5e75 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Wed, 27 Feb 2019 20:15:34 +0000 Subject: [PATCH] left-sidebar: Fix title tag for "Private messages". The title tag should be over the text, not the entire list item. This prevents strange hovers for sublist items like the new green/orange circles. --- templates/zerver/app/left_sidebar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zerver/app/left_sidebar.html b/templates/zerver/app/left_sidebar.html index 6ea7a8badf..27c45e2a61 100644 --- a/templates/zerver/app/left_sidebar.html +++ b/templates/zerver/app/left_sidebar.html @@ -14,12 +14,12 @@ -
  • +
  • - {{ _('Private messages') }} + {{ _('Private messages') }}