SAP / ui5-webcomponents-react

A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
https://sap.github.io/ui5-webcomponents-react/
Apache License 2.0
426 stars 94 forks source link

ObjectPage: subSection Has Left and Right Padding Against Visual Design Spec #5850

Open bomasap opened 1 month ago

bomasap commented 1 month ago

Describe the bug

The subSection currently has left and right padding, which contradicts the visual design specification. According to the provided visual design spec (link below), the subSection should not have any left or right padding. https://wiki.one.int.sap/wiki/pages/viewpage.action?pageId=2697896853

Isolated Example

https://stackblitz.com/edit/github-t5j5mn-buqpel?file=src%2FApp.tsx,package.json

Reproduction steps

1.Open a stackblitz containing the subSection. https://stackblitz.com/edit/github-t5j5mn-buqpel?file=src%2FApp.tsx,package.json

  1. Inspect the subSection element.
  2. Objserve the presence of left and right padding. ...

Expected Behaviour

subSection should not have any left or right padding.

Screenshots or Videos

Screenshot 2024-05-24 at 1 14 48 PM

UI5 Web Components for React Version

1.28.4

UI5 Web Components Version

1.24.0

Browser

Chrome, Edge, Firefox, Safari

Operating System

No response

Additional Context

No response

Relevant log output

No response

Organization

No response

Declaration