-
Notifications
You must be signed in to change notification settings - Fork 91
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
[UI] list items are too separated in a list #4547
Comments
@jancborchardt I think this was on purpose when we did the text app formatting css in the beginning, but can you double check this one? |
I totally agree with @87113, I never understood this huge gap between list elements :/ |
I agree that list items are too much separated at the moment - they always appear as separate lists to me. Thanks @87113 for looking into this. I'll transfer the issue to the Nextcloud Text app as it needs to be addressed there. |
It actually seems like a bug? Currently the So yes, I’m fine with shortening this in lists to 0.5em, but make sure that it doesn’t break the case where 1em is wanted, like for paragraphs. |
Fixes: #4547 Required after 774a42b. Signed-off-by: Jonas <[email protected]>
Fixes: #4547 Required after 774a42b. Signed-off-by: Jonas <[email protected]>
Fixes: #4547 Required after 774a42b. Signed-off-by: Jonas <[email protected]>
Fixes: #4547 Required after 774a42b. Signed-off-by: Jonas <[email protected]>
Fixes: #4547 Required after 774a42b. Signed-off-by: Jonas <[email protected]>
Describe the bug
The items are visually too separated in list
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The list items should be compact enough to help the user to see that is the same list.
In the html the content of the
<li>
is inside a<p>
and a<div>
each of them with a pretty bigmargin-bottom
.If this margin are disabled the space between list item is perfect.
Screenshots
actual style
What I think is better
The text was updated successfully, but these errors were encountered: