Skip to content

Commit

Permalink
fix: css avoid inline title wrapper side scrolling on mobile (#629)
Browse files Browse the repository at this point in the history
The --line-width can be wider than the mobile display (or a narrow desktop display) and would cause sidescrolling.
  • Loading branch information
henrik authored Dec 15, 2024
1 parent 0826679 commit 80cdf7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.iconize-inline-title-wrapper {
width: var(--line-width);
max-width: 100%;
margin-inline: var(--content-margin);
}

Expand Down

0 comments on commit 80cdf7e

Please sign in to comment.