Skip to content

Commit

Permalink
fix: add list-style-image initial to discord-unordered-list
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Feb 18, 2024
1 parent 71d483d commit 0c9cd70
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { DiscordComponentsError } from '../../util.js';
export class DiscordUnorderedList extends LitElement {
public static override styles = css`
:host > ul {
list-style-image: initial;
list-style: disc;
list-style-position: outside;
margin: 4px 0 0 16px;
Expand Down

0 comments on commit 0c9cd70

Please sign in to comment.