Skip to content

Commit f06743b

Browse files
committed
feat: add margin styles for tag spans in RTL layout
1 parent 39ab4ba commit f06743b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_sass/base/_rtl.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,11 @@ html[dir='rtl'] {
431431
}
432432

433433
/* Tags */
434+
.tag span {
435+
margin-left: 0.1rem;
436+
margin-right: 0.6rem;
437+
}
438+
434439
.post-tag:not(:last-child) {
435440
margin-right: 0;
436441
margin-left: 0.2rem;

0 commit comments

Comments
 (0)