Skip to content
Snippets Groups Projects
Commit 1d2b1575 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Menu: badge alignment on small device

parent c6266fc9
No related branches found
No related tags found
No related merge requests found
...@@ -1946,7 +1946,9 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0"; ...@@ -1946,7 +1946,9 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0";
padding-bottom: 10px; padding-bottom: 10px;
.badge { .badge {
top: 9px; top: 10px;
padding: 2px 6px;
font-size: 12px;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment