GEL icon indicating copy to clipboard operation
GEL copied to clipboard

Paragraphs used in Alert cause odd paddings

Open wojtekmaj opened this issue 2 years ago • 0 comments

Describe the bug

When <p> is used within <Alert>, paddings look odd.

To Reproduce

              <Alert look="danger">
                <p>
                  <strong>Lorem ipsum dolor sit amet</strong>
                </p>
                <p>
                  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec aliquam venenatis
                  sagittis. Pellenteque accumsan tellus in eleifend rutrum.
                </p>
              </Alert>

Expected behavior

image

Screenshots

image

wojtekmaj avatar Aug 31 '21 09:08 wojtekmaj