Skip to content

Commit

Permalink
fix(plugins/plugin-client-common): Markdown lists may lack bullets/nu…
Browse files Browse the repository at this point in the history
…mbers

Fixes #6947
  • Loading branch information
starpit committed Feb 3, 2021
1 parent ba73576 commit d8e1be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugin-client-common/web/css/static/ui.css
Expand Up @@ -430,7 +430,7 @@ body[kui-theme-style] {
&:not(.pf-c-list) {
margin: 0;
padding-inline-start: 0;
li {
& > li {
list-style-type: none;
}
}
Expand Down

0 comments on commit d8e1be0

Please sign in to comment.