Skip to content

Commit

Permalink
dataset styles list
Browse files Browse the repository at this point in the history
  • Loading branch information
warmasster committed Aug 19, 2024
1 parent 07c112a commit 0c8d689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/styles/dataset.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}

.content ul {
@apply list-disc list-inside p-5;
@apply list-disc list-inside px-5;
}
.content ol {
@apply list-decimal list-inside p-5;
@apply list-decimal list-inside px-5;
}
.content pre {
@apply bg-gray-800 text-white p-4 rounded-lg overflow-auto;
Expand Down

0 comments on commit 0c8d689

Please sign in to comment.