Skip to content

Commit

Permalink
Breakall
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Dec 11, 2024
1 parent fb1765e commit 35fc60b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bibhtml/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,14 @@ <h3><code>&lt;bh-cite&gt;</code></h3>

/* Mobile breakpoint transformation */
@media screen and (max-width: 768px) {

.responsive-table {
/* Enable wrapping at any character */
word-break: break-all;
/* Enable wrapping within words */
overflow-wrap: break-word;
}

.responsive-table tr {
display: block;
}
Expand Down

0 comments on commit 35fc60b

Please sign in to comment.