Skip to content

Commit

Permalink
Merge pull request #5948 from homewardgamer/master
Browse files Browse the repository at this point in the history
Fixed layout of  `Not in library` button
  • Loading branch information
jimchamp authored Dec 9, 2021
2 parents 3e14ec7 + 8d33945 commit 15fb330
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openlibrary/macros/LoanStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@
<a href="https://openlibrary.org/bookdrive" target="_blank">$_('Learn More')</a>
</p>
$else:
<a href="$work_key" class="cta-btn cta-btn--missing" data-ol-link-track="CTAClick|NotInLibrary">$_('Not in Library')</a>
<div class="cta-button-group">
<a href="$work_key" class="cta-btn cta-btn--missing" data-ol-link-track="CTAClick|NotInLibrary">$_('Not in Library')</a>
</div>

$else:
<div class="cta-button-group">
Expand Down

0 comments on commit 15fb330

Please sign in to comment.