You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request makes several UI improvements to the table component, focusing on the appearance and alignment of the "show-source" column and enhancing the styling for even table rows. The changes refine both the component's JSX structure and its associated SCSS styles.
Screenshots
Before
After
Table column adjustments:
Increased the width of the "show-source" column from 40px to 44px in both the column style and header, and added a headerClassName for more precise styling (Table.jsx).
Styling improvements:
Fixed a class naming typo from table__row_wrapper_selected to table__row-wrapper_selected and added a decorative ::after pseudo-element to even table rows for improved visual separation (Table.scss).
Updated the .table__cell class to add a .show-source modifier, removing padding for cells in the "show-source" column to improve alignment (Table.scss).
ricardoantoniocm
changed the title
fix: FIT-932: Unnecessary margin on right side of DM and Quick View t… …
fix: FIT-932: Remove Unnecessary margin on right side of DM
Jan 12, 2026
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.95%. Comparing base (aafa25d) to head (8772ccb). ⚠️ Report is 8 commits behind head on develop.
❗ There is a different number of reports uploaded between BASE (aafa25d) and HEAD (8772ccb). Click for more details.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request makes several UI improvements to the table component, focusing on the appearance and alignment of the "show-source" column and enhancing the styling for even table rows. The changes refine both the component's JSX structure and its associated SCSS styles.
Screenshots
Before
After
Table column adjustments:
headerClassNamefor more precise styling (Table.jsx).Styling improvements:
table__row_wrapper_selectedtotable__row-wrapper_selectedand added a decorative::afterpseudo-element to even table rows for improved visual separation (Table.scss)..table__cellclass to add a.show-sourcemodifier, removing padding for cells in the "show-source" column to improve alignment (Table.scss).