Align search icon on list creation page

This commit is contained in:
itepechi 2023-08-12 04:23:42 +09:00
parent 8bfe88e7d9
commit d619c2f451
1 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,12 @@
}
}
.input-search {
display: flex;
justify-content: center;
align-items: center;
}
.search-icon {
margin-right: 0.3em;
}