Skip to content

Commit 80cdf7e

Browse files
authored
fix: css avoid inline title wrapper side scrolling on mobile (#629)
The --line-width can be wider than the mobile display (or a narrow desktop display) and would cause sidescrolling.
1 parent 0826679 commit 80cdf7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.iconize-inline-title-wrapper {
22
width: var(--line-width);
3+
max-width: 100%;
34
margin-inline: var(--content-margin);
45
}
56

0 commit comments

Comments
 (0)