Skip to content

Commit 612d083

Browse files
fix: tagify input field
1 parent db52d79 commit 612d083

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

css/settings.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@
315315
min-height: 48px;
316316
padding-top: 2px;
317317
line-height: 0;
318+
display: flex;
319+
align-items: center;
318320
}
319321

320322
.fz-form-wrap .form-control:focus {
@@ -974,13 +976,6 @@ input.fz-switch-toggle[type=checkbox]:checked:before{
974976
.tag-list .tagify{
975977
border: 0;
976978
}
977-
.fz-form-wrap .tagify>.tagify__tag{
978-
margin: 5px 7px 7px;
979-
}
980-
.fz-form-wrap .tagify .tagify__tag .tagify__input,
981-
.fz-form-wrap .tagify .tagify__input{
982-
padding: 5px;
983-
}
984979
.fz-form-wrap .tagify__tag{
985980
position: relative;
986981
margin-left: 2px;

0 commit comments

Comments
 (0)