Skip to content

Commit 831cf8c

Browse files
authored
Merge pull request #49364 from shurup/fix-deprecation-warn-scroll
Fix horizontal scrolling for the deprecation warning
2 parents 88b6be5 + 89ff8f4 commit 831cf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scss/_custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ body.cid-community #cncf-code-of-conduct h2:after {
11351135
color: #fff;
11361136
padding: 0;
11371137
margin: 0;
1138-
width: 100vw;
1138+
width: 100%;
11391139
}
11401140
#caseStudies body > #deprecation-warning, body.cid-casestudies > #deprecation-warning {
11411141
padding-top: 32px;

0 commit comments

Comments
 (0)