Merge pull request 'refs #4550 fixed no ellipsize in agencyDescription' (!1191) from 4550-HOTFIX-collection-label into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1191
This commit is contained in:
Juan Ferrer 2022-11-30 12:07:29 +00:00
commit 204eb52f78
2 changed files with 8 additions and 4 deletions

View File

@ -9,14 +9,15 @@ html {
} }
#vertical { #vertical {
writing-mode: vertical-rl; writing-mode: vertical-rl;
height: 235px; height: 230px;
font-size: 30px; font-size: 29px;
margin-left: -13px; margin-left: -13px;
} }
.outline { .outline {
border: 1px solid black; border: 1px solid black;
padding: 5px; padding: 5px;
height: 37px; height: 37px;
width: 100px;
} }
#nickname { #nickname {
font-size: 22px; font-size: 22px;
@ -24,16 +25,19 @@ html {
} }
#agencyDescripton { #agencyDescripton {
font-size: 32px; font-size: 32px;
width: 375px;
font-weight: bold; font-weight: bold;
} }
#bold { #bold {
font-weight: bold; font-weight: bold;
} }
#barcode{ #barcode{
width: 390px; width: 370px;
} }
#shipped { #shipped {
font-weight: bold; font-weight: bold;
width: 50px;
max-width: 100px;
} }
#ticketFk { #ticketFk {
font-size: 32px; font-size: 32px;

View File

@ -1,6 +1,6 @@
{ {
"width": "10.4cm", "width": "10.4cm",
"height": "4.8cm", "height": "4.9cm",
"margin": { "margin": {
"top": "0.3cm", "top": "0.3cm",
"right": "0.6cm", "right": "0.6cm",