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

List view bug and suggestion #417

Open
ianez opened this issue Mar 31, 2023 · 1 comment
Open

List view bug and suggestion #417

ianez opened this issue Mar 31, 2023 · 1 comment
Milestone

Comments

@ianez
Copy link

ianez commented Mar 31, 2023

Hi there,
I report that the list view template generate an empty <p></p> tag that leave large space. Guess it's a paragraph for no event message but it remain also with event to list.

I also suggest a css edit:
.simcal-default-calendar-list ul.simcal-events {margin:0;}
.simcal-default-calendar-list ul.simcal-events li.simcal-event {margin-bottom:0;}

this will keep list aligned right with no indent that may cause problem with list used in sidebar for example.
I would also not use <p> tag to envelope event details. Editor should allow plain text (paragraph add margin and special formatting in many themes)

@rosinghal rosinghal added this to the 3.3.0 milestone Apr 19, 2023
@rosinghal
Copy link
Member

Maybe it makes sense to remove the <p> if there is no message, assuming p tag is for that only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants