Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
285d67ba
Commit
285d67ba
authored
Jan 22, 2020
by
GD-A-150752
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S53619060 # Client - Incoming Issues #Message Content Window too small
parent
31579450
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
8 deletions
+7
-8
edit-message-template.component.html
...dit-message-template/edit-message-template.component.html
+1
-1
edit-message-template.component.scss
...dit-message-template/edit-message-template.component.scss
+2
-2
edit-message-template.component.ts
.../edit-message-template/edit-message-template.component.ts
+1
-1
edit-workflow-template.component.scss
...t-workflow-template/edit-workflow-template.component.scss
+1
-2
common.css
frontend/angular/src/assets/css/common.css
+1
-1
custom.scss
frontend/angular/src/assets/css/custom.scss
+1
-1
No files found.
frontend/angular/src/app/components/admin-portal/edit-message-template/edit-message-template.component.html
View file @
285d67ba
...
...
@@ -94,7 +94,7 @@
<textarea
id=
"messageContentTxtAreaId"
*
ngIf=
"smsTemplateType()"
[(
ngModel
)]="
messageTemplate
.
MessageContent
"
name=
"MessageContent"
class=
"form-control textarea-box"
fieldLabel=
"Message Content"
[
class
.
m
in-250
]="!
objectID
"
fieldLabel=
"Message Content"
[
class
.
m
ore-height
]="!
objectID
"
placeholder=
"Message Content"
></textarea>
</div>
</div>
...
...
frontend/angular/src/app/components/admin-portal/edit-message-template/edit-message-template.component.scss
View file @
285d67ba
...
...
@@ -16,7 +16,7 @@
}
::ng-deep
{
.m
in-250
{
height
:
2
50px
!
important
;
.m
ore-height
{
height
:
3
50px
!
important
;
}
}
frontend/angular/src/app/components/admin-portal/edit-message-template/edit-message-template.component.ts
View file @
285d67ba
...
...
@@ -220,7 +220,7 @@ export class EditMessageTemplateComponent extends BaseComponent implements OnIni
editor
[
0
].
classList
.
add
(
'form-control'
);
editor
[
0
].
classList
.
add
(
'editor'
);
if
(
!
this
.
objectID
)
{
editor
[
0
].
classList
.
add
(
'm
in-250
'
);
editor
[
0
].
classList
.
add
(
'm
ore-height
'
);
}
}
...
...
frontend/angular/src/app/components/admin-portal/edit-workflow-template/edit-workflow-template.component.scss
View file @
285d67ba
...
...
@@ -179,8 +179,7 @@ label {
padding
:
0
!
important
;
.message-template-form
{
padding-top
:
0
!
important
;
padding-bottom
:
0
!
important
;
padding
:
0
!
important
;
}
.main-tab-template
{
...
...
frontend/angular/src/assets/css/common.css
View file @
285d67ba
...
...
@@ -696,7 +696,7 @@ span.select2-selection.select2-selection--single:focus{
margin-top
:
-4px
;
}
textarea
.form-control.textarea-box
{
height
:
1
50px
;
height
:
2
50px
;
resize
:
none
;
line-height
:
24px
;
padding
:
15px
13px
;
...
...
frontend/angular/src/assets/css/custom.scss
View file @
285d67ba
...
...
@@ -213,7 +213,7 @@
}
.editor
{
min-height
:
15
0px
!
important
;
min-height
:
26
0px
!
important
;
}
body
.ui-selectbutton
.ui-button.ui-state-active
{
...
...
Write
Preview
Markdown
is supported
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