equinor / mad

Experimental monorepo for the Mobile Application Delivery team

Home Page:https://equinor.github.io/mad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Styling] Cell.Group have unwanted paddingBottom when title is not in use

Jonas-Omdal opened this issue · comments

Package / App

MAD Components

Version

0.11.2

What happened?

Cell.Group is displaying unwanted bottom padding that should only be applied when the title prop is being used.

Steps to Reproduce:

  1. Render the Cell.Group component without passing a title prop.
  2. Observe the layout of the rendered component.

Expected Behavior:
When the Cell.Group component is rendered without a title, it should not have any bottom padding of the title container.

image

Other info

No response

Relevant log output

No response