diff --git a/scss/_items.scss b/scss/_items.scss index 93d8e0aefe1..c7562c19f25 100644 --- a/scss/_items.scss +++ b/scss/_items.scss @@ -51,7 +51,10 @@ // Align badges within items .badge { - float: right; + @include display-flex(); + position: absolute; + top: $item-padding; + right: ($item-padding * 2) + 5; } .badge + .badge { margin-right: 5px; diff --git a/test/html/lists.html b/test/html/lists.html index 0a6d9cc2fdf..7e7e8e0ee83 100644 --- a/test/html/lists.html +++ b/test/html/lists.html @@ -177,7 +177,9 @@