Skip to content

Commit eae9f12

Browse files
authored
Fix layout shift on page load (#535)
1 parent 3a5b46e commit eae9f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Assets/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
}
8686

8787
.content-container {
88-
@apply w-full max-w-[80ch];
88+
@apply w-full max-w-[80ch] lg:w-[80ch];
8989
}
9090

9191
.applies {

0 commit comments

Comments
 (0)