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

[fix] Menu: badge alignment on small device

parent 2f1f2484
No related branches found
No related tags found
No related merge requests found
...@@ -1942,7 +1942,12 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0"; ...@@ -1942,7 +1942,12 @@ $ionicon-var-badge-editable: $ionicon-var-edit + "\00a0";
.item.item-complex .item-content { .item.item-complex .item-content {
height: 40px; height: 40px;
min-height: 40px; min-height: 40px;
padding-top: 12px; padding-top: 10px;
padding-bottom: 10px;
.badge {
top: 9px;
}
} }
.item.item-complex { .item.item-complex {
......
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