Skip to content

Commit

Permalink
FOUR-12784:Bullets are not displayed in the rich text component
Browse files Browse the repository at this point in the history
  • Loading branch information
fagubla committed Dec 8, 2023
1 parent 97f718d commit 2dc5e1e
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 2dc5e1e

Please sign in to comment.