Skip to content

Commit

Permalink
Set the CKEditor border radius the same as bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandtbuffalo committed Feb 11, 2025
1 parent b10c01a commit 2cc9559
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions share/static/css/elevator/ckeditor5.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ div.messagebox-container.action-response div.ck-editor__editable_inline {
div.messagebox-container.action-private div.ck-editor__editable_inline {
background-color: #ffffdd;
}

:root {
/* Set the CKEditor border radius the same as bootstrap */
--ck-border-radius: var(--bs-border-radius) !important;
}

0 comments on commit 2cc9559

Please sign in to comment.