We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99f3a9 commit 5cfd3acCopy full SHA for 5cfd3ac
src/components/TextBox/TextBox.jsx
@@ -12,7 +12,7 @@ const TextBox = ({ addClass, alignment, size, style, text }) => {
12
{paragraphs.map((par, index) => (
13
<div className={`text-box--${alignment} ${addClass || ''}`} key={index}>
14
<p
15
- className={`text-box text-box--${size} mb-0`}
+ className={`text-box text-box--${size}`}
16
style={{ ...style }}
17
>
18
{par}
0 commit comments