Skip to content

Commit

Permalink
Merge pull request #5791 from ProcessMaker/bugfix/FOUR-12784
Browse files Browse the repository at this point in the history
FOUR-12784:Bullets are not displayed in the rich text component
  • Loading branch information
ryancooley committed Dec 8, 2023
2 parents 97f718d + 2dc5e1e commit d806e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/components/shared/DataTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
};
</script>

<style>
<style scoped>
ul.tree, ul.tree ul {
list-style: none;
margin: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default {
}
</script>

<style>
<style scoped>
ul {
list-style: none;
Expand Down

0 comments on commit d806e3f

Please sign in to comment.