Skip to content

Commit fcba1af

Browse files
committed
fixed issue with tags style
1 parent c28a58b commit fcba1af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/styles/list.module.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,16 @@
7575
.tagIcon {
7676
border-width: 3px;
7777
border-color: white;
78-
display: block;
7978
flex-shrink: 0;
8079
transition: all 0.5s ease-in-out;
8180
border-radius: 10px 10px 0 0;
8281
filter: grayscale(50%);
8382
cursor: pointer;
8483

84+
& img {
85+
display: block;
86+
}
87+
8588
&:hover {
8689
filter: none;
8790
}

0 commit comments

Comments
 (0)