#1167 UpdateStyling for long Vorgang-ID + Add Format Icon

This commit is contained in:
Sebastian
2020-10-27 10:06:18 +01:00
parent f869232f3b
commit 347a78f658
2 changed files with 10 additions and 3 deletions

View File

@@ -21,9 +21,12 @@
<h4 class="isa-mb-6 isa-mt-12">Bestellung</h4>
<div class="detail">
<div class="name">Format</div>
<div class="value">
{{ orderItemListItem?.product?.format }}
{{ orderItemListItem?.product?.formatDetail }}
<div class="value isa-flex isa-justify-content-center">
<lib-icon
class="isa-mr-5 isa-mt-1"
name="Icon_{{ orderItemListItem?.product?.format }}"
></lib-icon>
<span>{{ orderItemListItem?.product?.formatDetail }}</span>
</div>
</div>
<div class="detail">

View File

@@ -33,6 +33,10 @@
width: 130px;
}
.value {
max-height: $font-line-height;
}
.value,
.btn-quantity {
font-weight: $font-weight-bold;