Skip to content

Commit 8aa907d

Browse files
authored
Print single-sided badge labels (#2150)
1 parent edf849d commit 8aa907d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

funnel/templates/badge.html.jinja2

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
.badge-wrapper{
1919
width: 4.129in;
20-
height: 11.34in;
20+
height: 5.67in;
2121
page-break-after: always;
2222
background-image: url({{ badge_template }});
2323
background-repeat: no-repeat;
@@ -36,6 +36,7 @@
3636
-o-transform: rotate(180deg);
3737
-ms-transform: rotate(180deg);
3838
transform: rotate(180deg);
39+
display: none;
3940
}
4041
.badge-content {
4142
width: 2.75in;

0 commit comments

Comments
 (0)