Skip to content

Commit

Permalink
editor: added css for editor rendered output
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatimah committed Nov 11, 2023
1 parent 8ccd805 commit baf0911
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,3 +636,18 @@ code {
list-style-type: none !important;
}
}

/* TinyMCE Editor Output */
.mce-content
{
table, td, th {
border: 1px dashed #bbb;
border-collapse: collapse;
padding: 1rem;
}
}
blockquote{
border-left: 4px solid #ccc;
margin-left: 1.5rem;
padding-left: 1rem;
}

0 comments on commit baf0911

Please sign in to comment.