Skip to content

Commit

Permalink
Fix audio player position when inserted with ckeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Dec 29, 2021
1 parent 1b9e72d commit a55a31b
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -398,6 +398,10 @@ audio {
margin-top: 10px;
}

.ckeditor-html5-audio audio {
display: inline;
}

.highlight {
background-image: url("../highlight.png");
}
Expand Down

0 comments on commit a55a31b

Please sign in to comment.