Skip to content

Commit

Permalink
Merge pull request #5308 from Zaijo/patch-1
Browse files Browse the repository at this point in the history
Fix width of URL on user search view
  • Loading branch information
Hannah Stepanek committed Oct 6, 2018
2 parents f384852 + a03d456 commit 7246462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h/static/styles/partials/_search-result-sidebar.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.search-result-sidebar {
width: $search-result-sidebar-width;
flex-shrink: 0;
flex-shrink: 2;
margin-bottom: 40px;
margin-left: 20px;
}
Expand Down

0 comments on commit 7246462

Please sign in to comment.