Skip to content

Commit 9fe7380

Browse files
committedJul 14, 2019
1 parent 8edc6e6 commit 9fe7380

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/components/PostListItem/style.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $border-styling: dashed 1px $color-gray-border;
3737
margin: 0;
3838
padding: 0;
3939
&>* {
40-
display: inline-block;
40+
display: inline;
4141
margin: 0;
4242
padding: 0;
4343
}
@@ -51,9 +51,9 @@ $border-styling: dashed 1px $color-gray-border;
5151
}
5252

5353
&-tags-item:not(:last-child)::after {
54-
content: "\00B7";
54+
content: " \00B7";
5555
margin-right: 0.3125rem;
56-
margin-left: 0.3125rem;
56+
margin-left: 0.1125rem;
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)
Please sign in to comment.