Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 10, 2019 18:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/2ff26564d1a46fec0b8eca9c289bfd5b to your computer and use it in GitHub Desktop.
Save parzibyte/2ff26564d1a46fec0b8eca9c289bfd5b to your computer and use it in GitHub Desktop.
* {
font-size: 12px;
font-family: 'Times New Roman';
}
td,
th,
tr,
table {
border-top: 1px solid black;
border-collapse: collapse;
}
td.description,
th.description {
width: 75px;
max-width: 75px;
}
td.quantity,
th.quantity {
width: 40px;
max-width: 40px;
word-break: break-all;
}
td.price,
th.price {
width: 40px;
max-width: 40px;
word-break: break-all;
}
.centered {
text-align: center;
align-content: center;
}
.ticket {
width: 155px;
max-width: 155px;
}
img {
max-width: inherit;
width: inherit;
}
@media print {
.hidden-print,
.hidden-print * {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment