Skip to content

Commit 89ff8f4

Browse files
committed
Fix horizontal scrolling for the deprecation warning
Signed-off-by: Dmitry Shurupov <[email protected]>
1 parent 3caf4d5 commit 89ff8f4

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)