-
Notifications
You must be signed in to change notification settings - Fork 88
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(NcRichText): adjust display so long texts in checkboxes can be shown correctly #5527
Conversation
Maybe it should be fixed directly in the component, rather than using 'deep'? |
I wonder why checkbox text is a flex container in first place... |
Signed-off-by: DorraJaouad <[email protected]>
7878b0a
to
2ef656b
Compare
Well, I thought it should remain as a flex container for some reason . It was added to center text vertically (#5151) I moved it to the specific checkbox type that needs it. |
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.
Tested, compared with https://nextcloud-vue-components.netlify.app
.
Looks like a decent solution for now
/backport to next |
☑️ Resolves
At least for checkboxes in
RichText
, it makes sense to have inline display.🖼️ Screenshots
🏁 Checklist
next
requested with a Vue 3 upgrade