Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
374
Merge Requests
57
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
ab17dc2e
Commit
ab17dc2e
authored
2 hours ago
by
Mark Harding
Browse files
Options
Download
(chore): cleanup comments input
parent
4b09ea94
feat/2511-activity-v2
No related merge requests found
Pipeline
#114536362
failed with stages
in 6 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/app/modules/comments/list/list.component.scss
View file @
ab17dc2e
...
...
@@ -233,6 +233,7 @@ m-comments__entityOutlet,
minds-textarea
{
font-family
:
inherit
;
font-size
:
14px
;
line-height
:
22px
;
width
:
0
;
min-width
:
0
;
flex
:
1
;
...
...
This diff is collapsed.
src/app/modules/comments/poster/poster.component.html
View file @
ab17dc2e
...
...
@@ -32,7 +32,7 @@
(keyup)=
"getPostPreview(content)"
(keypress)=
"keypress($event)"
[placeholder]=
"
conversation ? 'Enter your message' : '
Enter
your comment'
conversation ? 'Enter your message' : '
Write
your comment'
"
(filePaste)=
"uploadAttachment($event)"
mTextInputAutocomplete
...
...
This diff is collapsed.
Please
register
or
sign in
to comment