Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Gottschalk
bmdl-expert-modeler
Commits
d4481fde
Commit
d4481fde
authored
Nov 08, 2021
by
Alexander Philipp Nowosad
Browse files
Fix prettier
parent
8219b718
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/development-process-view/running-process-method-comment-form/running-process-method-comment-form.component.html
View file @
d4481fde
...
...
@@ -24,7 +24,11 @@
<div
class=
"form-group form-row"
>
<label
for=
"comment"
class=
"col-sm-4"
>
Comment
</label>
<div
class=
"col-sm-8"
>
<quill-editor
[styles]=
"{'min-height': '250px'}"
formControlName=
"comment"
id=
"comment"
></quill-editor>
<quill-editor
[styles]=
"{ 'min-height': '250px' }"
formControlName=
"comment"
id=
"comment"
></quill-editor>
</div>
</div>
<div
class=
"form-group form-row"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment