Commit 31d4cf9a by Torkel Ödegaard Committed by GitHub

Merge pull request #13514 from grafana/13441-center-search-item

centered dashboard icon in search with flexbox
parents 81824370 9c889f8d
...@@ -220,11 +220,11 @@ ...@@ -220,11 +220,11 @@
} }
.search-item__icon { .search-item__icon {
padding: 5px; display: flex;
align-items: center;
flex: 0 0 auto; flex: 0 0 auto;
font-size: 19px; font-size: 19px;
line-height: 22px; padding: 0 2px 0 10px;
padding: 5px 2px 5px 10px;
} }
.search-item__tags { .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