diff options
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r-- | vnext/src/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index 181bc051..32ef7b26 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -794,8 +794,8 @@ blockquote { flex-direction: column; } - #content_wrapper { - display: flex; + #replies { + width: 640px; } #footer { color: var(--dimmed-link-color); |