You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Unnecessary max-width limit for the paragraph style (ssb-paragraph, ssb-lead-paragraph).
To Reproduce
<LeadParagraph negative>
Code rank help intro
</LeadParagraph>
<ul>
<li>
<Paragraph negative>
<strong>Drag and drop</strong>
Code rank help drag-and-drop text
</Paragraph>
</li>
</ul>
Expected behavior
Paragraph text should fill the space it has by default.
(I do realize it is done to serve comfortable reading line length, but it can be easily fixed by developers on each individual project).
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
Unnecessary max-width limit for the paragraph style (
ssb-paragraph
,ssb-lead-paragraph
).To Reproduce
Expected behavior
Paragraph text should fill the space it has by default.
(I do realize it is done to serve comfortable reading line length, but it can be easily fixed by developers on each individual project).
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: