-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust spacing for rendered search results widget #2087
Adjust spacing for rendered search results widget #2087
Comments
I think the fix for this was merged? Does this mean the fix is now in Exhibits? I don't know how to find this out. |
@caaster this appears to be partially fixed. However, the document title/link under the image in the gallery view still has padding on the left that should be removed to make the design match what's described in this issue. |
It appears that the fix applied in projectblacklight/blacklight-gallery#105 is not working because |
This fix might need to be done in another repo, but since it sounded like the change might have resulted from a Blacklight update, I'm not certain which repo it should be fixed in, so it probably makes sense for a more knowledgeable developer to figure it out.
The rendered search result widget includes two places where the spacing needs adjusting:
padding-left: 0;
will fix itThose changes would result in something like this:
I suspect the trickiest thing about this is to make those updates in a way that doesn't affect other search result views.
The text was updated successfully, but these errors were encountered: