Skip to content

Commit

Permalink
fix: table css on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf committed Sep 9, 2024
1 parent 2aae86d commit 783e164
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/theme/css/lottie-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,9 @@ a:hover {
code {
white-space: normal;
}

table {
display: block;
overflow-x: auto;
white-space: nowrap;
}

0 comments on commit 783e164

Please sign in to comment.