Skip to content

Add explicit style for bullet points#63

Merged
JaroCamphuijsen merged 2 commits intomainfrom
add_bullet_points
Jun 19, 2024
Merged

Add explicit style for bullet points#63
JaroCamphuijsen merged 2 commits intomainfrom
add_bullet_points

Conversation

@raar1
Copy link
Copy Markdown
Collaborator

@raar1 raar1 commented Jun 18, 2024

I'm not sure what exactly is stripping away the <ul> element styling but setting tailwind classes with list styles was not helping. This PR at least makes the bullet points visible.

@raar1 raar1 requested a review from JaroCamphuijsen June 18, 2024 15:26
@LourensVeen
Copy link
Copy Markdown
Collaborator

<ul> is the list itself, shouldn't that be <li> to style the items in the list?

Comment thread layouts/style.scss

@layer base {
ul, ol, li{
list-style-type: revert;
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

:(

@JaroCamphuijsen JaroCamphuijsen mentioned this pull request Jun 19, 2024
6 tasks
@JaroCamphuijsen JaroCamphuijsen merged commit 82a7c00 into main Jun 19, 2024
@JaroCamphuijsen JaroCamphuijsen deleted the add_bullet_points branch June 19, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants