-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: FIT-932: Remove Unnecessary margin on right side of DM #9162
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
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #9162 +/- ##
===========================================
- Coverage 66.84% 57.99% -8.86%
===========================================
Files 828 557 -271
Lines 64522 40429 -24093
Branches 10831 10939 +108
===========================================
- Hits 43129 23445 -19684
+ Misses 21389 16980 -4409
Partials 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/git merge |
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).