Skip to content

Commit

Permalink
wrap overflow on print
Browse files Browse the repository at this point in the history
  • Loading branch information
VIRUXE committed Dec 17, 2024
1 parent 70d1273 commit 7b9a319
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,11 @@ th {
}

@media print {
body {
font-size: 0.8rem !important;
}
@page { margin: 1em; }

header p,
header small {
display: none;
}
body { font-size: 0.8rem !important; }

header p, header small { display: none; }

a {
color: inherit;
Expand All @@ -76,9 +73,7 @@ th {
margin-bottom: 2em;
}

tr {
page-break-inside: avoid;
}
tr { page-break-inside: avoid; }

#author {
position: static;
Expand Down Expand Up @@ -109,7 +104,7 @@ th {
border: 1px solid black;
padding: 0.5rem;
text-align: left;
white-space: nowrap;
overflow-wrap: anywhere;
}

.component-name {
Expand Down

0 comments on commit 7b9a319

Please sign in to comment.