Skip to content

BUG SizeBoxEntity Prevents Correct CSS Styling in Directional Padding #9

@Seesti

Description

@Seesti

Setting a SizeBoxEntity when using methods like setTopPadding() results in the element not receiving the correct CSS styling format, preventing the styles from being displayed on the page.

Steps to Reproduce:

Create a SizeBoxEntity using a method like element.setTopPadding().
Observe the CSS styling of the element on the page.

Expected Behavior:

The element should receive the correct CSS styling and display the padding as specified by the SizeBoxEntity.

Actual Behavior:

The CSS styling derived from the SizeBoxEntity is not in a format that the browser can interpret correctly, resulting in the padding styles not being applied on the page.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions