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] Conflicting border-radius values in .section class in rules.html #389

Closed
5 tasks done
divanshiii09 opened this issue Oct 16, 2024 · 1 comment
Closed
5 tasks done
Labels
bug Something isn't working

Comments

@divanshiii09
Copy link

Description


In the rules.html file, there are two conflicting border-radius values assigned to the .section class. This can cause unexpected behavior, as the second value overrides the first, potentially leading to inconsistent UI.


Expected Behavior:

Only one border-radius value should be present to ensure consistent styling. We'll assess which value is more suitable for the design and remove the other.


Actual Behavior:

Both border-radius values are currently defined, causing conflicting results in the UI.


Suggested Solution:

We will determine which border-radius value is more appropriate and remove the conflicting one to maintain a consistent design.


Screenshots


Here’s a screenshot showing the conflicting values:

WhatsApp Image 2024-10-16

Any additional information?


Steps to Reproduce:

  1. Open the rules.html file.
  2. Locate the .section class.
  3. Observe that two border-radius values are defined within the same class.

What browser are you seeing the problem on?

No response

Checklist

  • I have checked the existing issues
  • I have read the Contributing Guidelines
  • I'm a GSSoC'24-Extd contributor
  • I'm a Hacktoberfest'24 contributor
  • I am willing to work on this issue (optional)
@divanshiii09 divanshiii09 added the bug Something isn't working label Oct 16, 2024
@divanshiii09
Copy link
Author

@YadavAkhileshh I would love to fix this issue, please assign it to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants