Skip to content
Snippets Groups Projects
Commit fbadf4c1 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth Committed by Eliot Berriot
Browse files

Resolve "Align items vertically in search results"

parent 58877577
No related branches found
No related tags found
No related merge requests found
Aligned search headers with search results in the sidebar (#708)
\ No newline at end of file
......@@ -466,6 +466,12 @@ $sidebar-color: #3d3e3f;
border-radius: 0;
}
}
.ui.search .results {
vertical-align: middle;
}
.ui.search .name {
vertical-align: middle;
}
}
.ui.tiny.avatar.image {
position: relative;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment