Skip to content

Commit

Permalink
fixed margin if qr_code present
Browse files Browse the repository at this point in the history
  • Loading branch information
Godmartinz committed Jun 29, 2023
1 parent bbbeaae commit d44e667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/hardware/labels.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
img.barcode {
display:block;
margin-top:-14px;
margin-top:{{$settings->qr_code=='1' ? '-15px' : '-7px;'}};
width: 100%;
}
div.label-logo {
Expand Down

0 comments on commit d44e667

Please sign in to comment.