Skip to content

Commit

Permalink
feat: Unify figure tag display between view and edit modes in CKEdito…
Browse files Browse the repository at this point in the history
  • Loading branch information
sofyenne committed Dec 6, 2024
1 parent 609c1c1 commit b0a4deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@

figure {
display: inline-block !important;
border-radius: 2px;
padding: 10px;
margin: 10px 20px;
}

figure figcaption {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,7 @@ span[lang] {

figure {
text-align: center;
border: solid 1px #ccc;
border-radius: 2px;
background: rgba(0, 0, 0, 0.05);
padding: 10px;
margin: 10px 20px;
display: inline-block;
Expand Down

0 comments on commit b0a4deb

Please sign in to comment.