Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Feb 2, 2024
1 parent b982266 commit 0615117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h3 mat-dialog-title class="mb-0">
name="txt_completion"
placeholder="Completion"
[(ngModel)]="completion"
rows="30">
rows="21">
</textarea>
</mat-form-field>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

.markdown-preview {
height: 399px;
height: 329px;
overflow: auto;
::ng-deep img {
max-width: 80%;
Expand Down

0 comments on commit 0615117

Please sign in to comment.