Improved recipe header display on small screens

This commit is contained in:
Bernd Bestel 2019-03-05 19:22:16 +01:00
parent 7f2942d414
commit 4932b9c6d2
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -111,7 +111,7 @@
<div class="card-body mb-0 pb-0">
<div class="row">
<div class="col-3">
<div class="col-5">
@include('components.numberpicker', array(
'id' => 'servings-scale',
'label' => 'Servings',
@ -121,7 +121,7 @@
'additionalAttributes' => 'data-recipe-id="' . $selectedRecipe->id . '"'
))
</div>
<div class="col-9">
<div class="col-7">
<label>{{ $L('Costs') }}&nbsp;&nbsp;
<span class="small text-muted">{{ $L('Based on the prices of the last purchase per product') }}</span>
</label>