[deploy] Fix comment container width issue in comment permalink (#7689)
This commit is contained in:
parent
c26a911c44
commit
aca3bbeeed
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue