Skip to content

Commit

Permalink
Fixed issue with missing list icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
weskubo-cgi committed May 26, 2022
1 parent 51e7f40 commit 33e3822
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/components/ui/AppHelp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ export default {
.instructions {
float: right;
}
:slotted(ul) {
list-style: disc;
margin-left: 20px;
}
</style>

0 comments on commit 33e3822

Please sign in to comment.