-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: FIT-356: Avatars in Data Manager spill over to other columns #7932
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
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #7932 +/- ##
===========================================
- Coverage 69.91% 65.42% -4.49%
===========================================
Files 675 466 -209
Lines 48981 32237 -16744
Branches 8409 8409
===========================================
- Hits 34243 21092 -13151
+ Misses 14738 11145 -3593
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
|
|
/git merge
|
|
/git merge
|
When there would be more avatars in a given DM column than the size of the table column, it would overflow overtop the other adjacent column. This ensures that overflowing content like these avatars will be displayed hidden below the other column as it should.