Align search icon on list creation page
This commit is contained in:
parent
8bfe88e7d9
commit
d619c2f451
1 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.input-search {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.search-icon {
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue