diff --git a/scss/components/_item-tree.scss b/scss/components/_item-tree.scss index ed4fb1342a..0bc4d349dc 100644 --- a/scss/components/_item-tree.scss +++ b/scss/components/_item-tree.scss @@ -111,20 +111,21 @@ .icon-item-type + .colored-tag-swatches { margin-left: 4px; } + + .emoji + .emoji, + .emoji + .colored-tag-swatches, + .colored-tag-swatches + .emoji { + margin-left: 4px; + + :root:-moz-locale-dir(rtl) & { + margin-left: 0; + margin-right: 4px; + } + } .tag-swatch { display: inline-block; - &.emoji + .emoji, - &.emoji + .colored-tag-swatches { - margin-left: 4px; - - :root:-moz-locale-dir(rtl) & { - margin-left: 0; - margin-right: 4px; - } - } - &.colored { -moz-context-properties: fill, fill-opacity, stroke, stroke-opacity; width: 0.92307692em;