-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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 workingSomething isn't working