[deploy] Fix comment container width issue in comment permalink (#7689)

This commit is contained in:
Andy Zhao 2020-05-05 15:37:47 -04:00 committed by GitHub
parent c26a911c44
commit aca3bbeeed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,6 +129,8 @@ a.header-link {
margin-bottom: 100px;
text-align: left;
&.comments-dedicated-page-container {
width: 800px;
max-width: 98%;
min-height: calc(97vh - 200px);
max-width: 920px;
}