Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Report: CSS Class Duplication Issue #40

Open
spirescreative opened this issue Jun 19, 2024 · 0 comments
Open

Bug Report: CSS Class Duplication Issue #40

spirescreative opened this issue Jun 19, 2024 · 0 comments

Comments

@spirescreative
Copy link

Description:
The CSS class for the widget is being applied to both the widget itself and its label. This duplication is unnecessary and causes unwanted styling issues for the label within the widget's container.

Steps to Reproduce:

Insert a widget.
Apply a CSS class to the widget.
Observe that the same CSS class is also applied to the widget's label element.

Expected Behavior:
The CSS class should only be applied to the widget and not duplicated onto the label element inside the widget.

Actual Behavior:
The CSS class is duplicated onto the label element, causing unintended styling effects.

Additional Information:
There seems to be no reason for the class applied to the widget (a div element) to also be applied to its label element. This results in styling conflicts and should be addressed to ensure proper application of CSS classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant