Skip to content

Commit

Permalink
[bugfix] fix ul/li styling issue #52
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaznv committed May 12, 2023
1 parent 054a456 commit f0ec7b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/field.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions resources/sass/field.sass
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
.raw-html-embed__buttons-wrapper
z-index: 1

.ck-content
ul
list-style: disc
padding-left: 40px

ol
list-style: decimal
padding-left: 40px

.w-4\/5
width: 80%
Expand Down

0 comments on commit f0ec7b7

Please sign in to comment.