Skip to content

Conversation

@hentrymartin
Copy link
Collaborator

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/PM-3079

What's in this PR?

  • Removed border bottom to last row in ai table
Screenshot 2025-12-02 at 19 09 06

&.reviewsTable {
tr:last-child {
td {
border-bottom: none;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ maintainability]
The removal of !important is a positive change for maintainability, as it reduces specificity conflicts. However, ensure that this change does not affect the intended styling elsewhere in the application, especially if there are other styles that might override this rule.

@kkartunov kkartunov merged commit 79d77e3 into dev Dec 3, 2025
8 checks passed
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

Successfully merging this pull request may close these issues.

3 participants