Skip to content

Commit

Permalink
style: update font properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jan 24, 2021
1 parent 58900a6 commit 90d8236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/editor.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ $primary: #1a73e8;
$light-gray: #f1f1f1;

// prosemirror
.ProseMirror {
outline: none;
}

.NgxEditor {
background: white;
Expand Down Expand Up @@ -32,6 +29,9 @@ $light-gray: #f1f1f1;
.NgxEditor__Content {
padding: 0.5rem;
white-space: pre-wrap;
outline: none;
font-variant-ligatures: none;
font-feature-settings: "liga" 0;

p {
margin: 0;
Expand Down

0 comments on commit 90d8236

Please sign in to comment.