Skip to content

Commit

Permalink
Fix prompt idea styling
Browse files Browse the repository at this point in the history
  • Loading branch information
gsans committed Nov 26, 2023
1 parent 8c536a0 commit fa0d11e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/rich-text-editor/rich-text-editor.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@

::ng-deep .ql-container {
border: 0 !important;
width: 100%;
}

::ng-deep .ql-editor {
font-family: 'Google Sans', Roboto, Arial, sans-serif;
font-size: 15px;
font-weight: 400;
padding-left: 0px;
width: 100%;

p {
font-size: 15px !important;
Expand Down Expand Up @@ -136,4 +138,8 @@
padding: 1em;
margin: 0.5em 0;
overflow: auto;
}

.content-editor {
width: 100%;
}

0 comments on commit fa0d11e

Please sign in to comment.