Skip to content

Commit

Permalink
Merge pull request #687 from GSA/ckeditor-fix
Browse files Browse the repository at this point in the history
Fix CKEditor Styles
  • Loading branch information
cwolf10 authored Jan 8, 2024
2 parents cc20080 + 446a3ff commit 45bccd6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions sam-styles/packages/sds-styles/rich-text-editor.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
@for $i from 4 through 31 {

.min-height-#{$i} {
::ng-deep {
.ck-editor__editable_inline {
min-height: $i * 1rem;
}
.ck-editor__editable_inline {
min-height: $i * 1rem;
}
}
.max-height-#{$i} {
::ng-deep {
.ck-editor__editable_inline {
.ck-editor__editable_inline {
max-height: $i * 1rem;
}
}
}
}
}

0 comments on commit 45bccd6

Please sign in to comment.