Skip to content

Commit

Permalink
generalize border
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Oct 19, 2023
1 parent 4fa5c27 commit ad6d137
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/pat/tinymce/tinymce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,8 @@ div.linkModal {
min-width: 0.6em; // enforce a min-width while editing for tables with visual aid turned on
}

div.mce-content-body[contenteditable="true"] {
div.mce-content-body[contenteditable="true"],
.tox-tinymce {
border: 1px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
}

.tox-tinymce {
border-width:1px;
}

0 comments on commit ad6d137

Please sign in to comment.