Skip to content

Commit

Permalink
Fixed ul style for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
openbullet committed Sep 9, 2024
1 parent ffff0de commit eb7793f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openbullet2-web-client/src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,12 @@ p-menubarsub > .p-submenu-list {
background-color: unset;
}

app-changelog, .readme, .announcement {
ul {
margin-bottom: 1rem;
}
}

/* Scrollbar */
::-webkit-scrollbar {
width: 10px;
Expand Down

0 comments on commit eb7793f

Please sign in to comment.