This widens the specific due date box on the patron checkout
screen so that the full date is visible. This will probably
be fixed in master at some point, but fixing it locally
for the time being.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
[% l('Specific Due Date') %]
</label>
</div> -->
- <div class="col-md-4">
+ <div class="col-md-4" style="width:180px;">
<eg-date-input ng-model="checkoutArgs.due_date" ng-disabled="!date_options.has_sticky_date" show-time-picker></eg-date-input>
</div>
</div>