mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Improved recipe header display on small screens
This commit is contained in:
parent
7f2942d414
commit
4932b9c6d2
@ -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') }}
|
||||
<span class="small text-muted">{{ $L('Based on the prices of the last purchase per product') }}</span>
|
||||
</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user