Prevent long ISBN strings from distorting the copy detail display.
Instead, chop off the overflow and show the entirety via tooltip.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
<div class="flex-row">
<div class="flex-cell">[% l('ISBN') %]</div>
- <div class="flex-cell well">
- {{copy.call_number().record().simple_record().isbn()}}
+ <div class="flex-cell well" style="overflow:hidden; white-space:nowrap">
+ <span title="{{copy.call_number().record().simple_record().isbn()}}">
+ {{copy.call_number().record().simple_record().isbn()}}
+ </span>
</div>
<div class="flex-cell">[% l('Loan Duration') %]</div>