Skip to content

Commit

Permalink
fixed a minor issue in the "Easy to customize" demo section, where ed…
Browse files Browse the repository at this point in the history
…ited tag's text was breaking into a new line due to CSS pushing the X button over it
  • Loading branch information
yairEO committed Mar 16, 2024
1 parent 7ed4a07 commit 44fee24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ <h3>CSS</h3>
display: none;
}

.customLook .tagify__tag__removeBtn{
.customLook :not(.tagify__tag--editable) .tagify__tag__removeBtn{
opacity: 0;
transform: translateX(-6px) scale(.5);
margin-left: -3ch;
Expand Down

0 comments on commit 44fee24

Please sign in to comment.