Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 3599-claim_search-panel
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
e1c17246ea
|
@ -5,7 +5,7 @@ h2 {
|
|||
|
||||
.table-title {
|
||||
margin-bottom: 15px;
|
||||
font-size: 0.8rem
|
||||
font-size: .8rem
|
||||
}
|
||||
|
||||
.table-title h2 {
|
||||
|
@ -16,9 +16,12 @@ h2 {
|
|||
font-size: 22px
|
||||
}
|
||||
|
||||
|
||||
#nickname h2 {
|
||||
max-width: 400px;
|
||||
word-wrap: break-word
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#phytosanitary {
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
<!-- End of rectified invoices block -->
|
||||
|
||||
<!-- Sales block -->
|
||||
<div class="vn-mt-lg no-page-break" v-for="ticket in tickets">
|
||||
<div class="vn-mt-lg" v-for="ticket in tickets">
|
||||
<div class="table-title clearfix">
|
||||
<div class="pull-left">
|
||||
<h2>{{$t('deliveryNote')}}</strong>
|
||||
|
|
Loading…
Reference in New Issue