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.
This commit is contained in:
Chris Garrity 2021-01-26 08:58:01 -05:00
parent eac7552841
commit 1afa2a3e33

View file

@ -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;