Skip to content
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

fix(NcDashboardWidgetItem): alignment of item content #5914

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

juliushaertl
Copy link
Contributor

@juliushaertl juliushaertl commented Aug 5, 2024

πŸ–ΌοΈ Screenshots

🏚️ Before 🏑 After
Screenshot 2024-08-05 at 11 37 31 Screenshot 2024-08-05 at 11 39 38
Screenshot 2024-08-05 at 11 39 53 Screenshot 2024-08-05 at 11 39 43

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • πŸ“˜ Component documentation has been extended, updated or is not applicable
  • 3️⃣ Backport to next requested with a Vue 3 upgrade

Signed-off-by: Julius HΓ€rtl <jus@bitgrid.net>
@@ -197,7 +197,7 @@ export default {
}
.item__details {
padding-left: 8px;
max-height: var(--default-clickable-area);
max-height: fit-content;
Copy link
Contributor

Choose a reason for hiding this comment

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

Yes this is a problem with the new default clickable area, it does not fit 2 lines (well it can but that is quite hacky see the NcSelect for users).
We should still define a maximum, maybe clickable-area-large?

Or unify with NcListItem?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, standardizing in the list item sounds good, but won't have time to dive too deep into that. This was just a drive by pr while chatting with Andy hoping for a quick fix πŸ™ˆ

@AndyScherzinger AndyScherzinger added this to the 8.16.0 milestone Aug 5, 2024
@juliushaertl juliushaertl merged commit 9fe7295 into master Aug 5, 2024
19 checks passed
@juliushaertl juliushaertl deleted the fix/dashboard-entries branch August 5, 2024 11:27
@juliushaertl
Copy link
Contributor Author

/backport to next

@susnux susnux added bug Something isn't working design Design, UX, interface and interaction design labels Aug 5, 2024
@Antreesy Antreesy mentioned this pull request Aug 5, 2024
@ShGKme ShGKme changed the title fix: Fix alignment of dashboard list items fix(NcDashboardWidgetItem): alignment of item content Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working design Design, UX, interface and interaction design
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants