diff options
Diffstat (limited to 'yt_comments_template.html')
-rw-r--r-- | yt_comments_template.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yt_comments_template.html b/yt_comments_template.html index 6d7d52e..6bd2c69 100644 --- a/yt_comments_template.html +++ b/yt_comments_template.html @@ -24,6 +24,9 @@ .comments{ grid-column:2; } + .comment{ + width:640px; + } #left .page-button{ grid-column:2; } |