From 1afa2a3e33aa0d89afca068b74d061f7c20034e8 Mon Sep 17 00:00:00 2001 From: Chris Garrity Date: Tue, 26 Jan 2021 08:58:01 -0500 Subject: [PATCH] Adjust formatting of the comment status box Reduce the width of the comment status paragraphs to make them easier to read. Ensure that the bottom text is still below all other text by making it 100% width. --- src/components/commenting-status/commenting-status.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/commenting-status/commenting-status.scss b/src/components/commenting-status/commenting-status.scss index 9610a655a..4b6e85c11 100644 --- a/src/components/commenting-status/commenting-status.scss +++ b/src/components/commenting-status/commenting-status.scss @@ -12,9 +12,11 @@ p { margin-bottom: 0; line-height: 1.75rem; + max-width: 36rem; } .bottom-text { font-size: .875rem; + width: 100%; } .status-icon-class { width: 28px;