Skip to content

Conversation

@mcraeteisha
Copy link
Contributor

@mcraeteisha mcraeteisha commented Nov 17, 2025

Issue

Ticket: FOUR-27812

When viewing Email, Conversational, or Display screens, an unwanted bullet point appears to the left of the Screen name. This occurs because the CSS rule that resets list styles for #screen-container and #vue-form-renderer was too broad and inadvertently affected .nav-tabs elements, overriding their intended list-style: none styling.

Solution

  1. In tailwinds.css, updated the CSS selectors to exclude .nav-tabs elements from the revert rule

How To Test

  1. Navigate to Screens
  2. Create or edit an Email, Conversational, or Display screen
  3. Verify that no bullet point appears to the left of the screen name
  4. Verify that .nav-tabs elements throughout the application maintain their intended styling (no bullet points, proper padding)

ci:deploy

Code Review Checklist

  • I have pulled this code locally and tested it on my instance, along with any associated packages.
  • This code adheres to ProcessMaker Coding Guidelines.
  • This code includes a unit test or an E2E test that tests its functionality, or is covered by an existing test.
  • This solution fixes the bug reported in the original ticket.
  • This solution does not alter the expected output of a component in a way that would break existing Processes.
  • This solution does not implement any breaking changes that would invalidate documentation or cause existing Processes to fail.
  • This solution has been tested with enterprise packages that rely on its functionality and does not introduce bugs in those packages.
  • This code does not duplicate functionality that already exists in the framework or in ProcessMaker.
  • This ticket conforms to the PRD associated with this part of ProcessMaker.

Copy link
Contributor

@eiresendez eiresendez left a comment

Choose a reason for hiding this comment

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

Working as expected! 👍 🎉

@processmaker-sonarqube
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@mcraeteisha
Copy link
Contributor Author

mcraeteisha commented Nov 18, 2025

Issue resolved by this PR for FOUR-27641

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