diff --git a/front/src/style/components/_queue.scss b/front/src/style/components/_queue.scss index 7a25e6803..63a071263 100644 --- a/front/src/style/components/_queue.scss +++ b/front/src/style/components/_queue.scss @@ -321,8 +321,12 @@ cursor: pointer; padding: 0 0.875rem; - .heart:not(.pink) { - color: rgba(0, 0, 0, 0.2) + .heart { + margin-right: 1rem; + + &:not(.pink) { + color: rgba(0, 0, 0, 0.2) + } } .handle > .grip {