We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the label/value pairs in the expanded detail panels, the spacing is too loose and affects readability.
This seems to work for the <dt> / <dd> pairs: <dt class="col-3 offset-1 col-md-2 offset-md-2"> <dd class="col-8">
<dt>
<dd>
<dt class="col-3 offset-1 col-md-2 offset-md-2">
<dd class="col-8">
For "View in SearchWorks" and other standalone links or text: <div class="col-11 offset-1 col-md-11 offset-md-2">
<div class="col-11 offset-1 col-md-11 offset-md-2">
REMOVE .justify-content-center from the containing rows for both of the above.
.justify-content-center
Outcomes:
The text was updated successfully, but these errors were encountered:
Update layout of expanded details content; fixes #192
d05a79e
fca79a5
a8585aa
57f0852
Update layout of expanded details content; fixes #192 (#198)
7f55d1e
cbeer
Successfully merging a pull request may close this issue.
For the label/value pairs in the expanded detail panels, the spacing is too loose and affects readability.
This seems to work for the
<dt>
/<dd>
pairs:<dt class="col-3 offset-1 col-md-2 offset-md-2">
<dd class="col-8">
For "View in SearchWorks" and other standalone links or text:
<div class="col-11 offset-1 col-md-11 offset-md-2">
REMOVE
.justify-content-center
from the containing rows for both of the above.Outcomes:
The text was updated successfully, but these errors were encountered: