Commit 9c889f8d by Patrick O'Carroll

centered dashboard icon in search with flexbox

parent c3a8dd28
......@@ -220,11 +220,11 @@
}
.search-item__icon {
padding: 5px;
display: flex;
align-items: center;
flex: 0 0 auto;
font-size: 19px;
line-height: 22px;
padding: 5px 2px 5px 10px;
padding: 0 2px 0 10px;
}
.search-item__tags {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment