Skip to content

Commit

Permalink
fix product element labels : number of labels per page
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin POCHAT committed Mar 19, 2023
1 parent c8e84d8 commit 90675d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body > table {
}

body > table > tbody > tr > td {
height: 49mm;
height: 42mm;
width: 70mm;
border-style: none;
border-collapse: collapse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@
<td>%1$s</td>
<td>%1$s</td>
</tr>
<tr>
<td>%1$s</td>
<td>%1$s</td>
<td>%1$s</td>
</tr>
</tbody>
</table>

0 comments on commit 90675d5

Please sign in to comment.