Skip to content

Commit

Permalink
min CSS change regarding tags' appeared line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed May 13, 2024
1 parent 0ae33a6 commit 2627585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tagify.scss
Expand Up @@ -220,6 +220,7 @@
transition : .13s ease-out;

> div{ // :not([contenteditable])
display : flex;
flex : 1;
vertical-align : top;
box-sizing : border-box;
Expand Down Expand Up @@ -481,7 +482,6 @@
&::before{
content: attr(data-placeholder);
height: 1em;
line-height: 1em;
margin: auto 0;
z-index: 1;
color: var(--placeholder-color);
Expand Down

0 comments on commit 2627585

Please sign in to comment.