-
Notifications
You must be signed in to change notification settings - Fork 92
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
Conversation
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; |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 π
/backport to next |
πΌοΈ Screenshots
π Checklist
next
requested with a Vue 3 upgrade