From c6266fc9852a30e26bdd234e9a2b2b7864af625f Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Tue, 31 Dec 2019 10:48:44 +0100
Subject: [PATCH] [fix] Menu: badge alignment on small device

---
 scss/ionic.app.scss | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/scss/ionic.app.scss b/scss/ionic.app.scss
index a14d79fb..a3431f70 100644
--- a/scss/ionic.app.scss
+++ b/scss/ionic.app.scss
@@ -1942,7 +1942,12 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0";
     .item.item-complex .item-content {
       height: 40px;
       min-height: 40px;
-      padding-top: 12px;
+      padding-top: 10px;
+      padding-bottom: 10px;
+
+      .badge {
+        top: 9px;
+      }
     }
 
     .item.item-complex {
-- 
GitLab