Commit 285d67ba by GD-A-150752

S53619060 # Client - Incoming Issues #Message Content Window too small

parent 31579450
......@@ -94,7 +94,7 @@
<textarea id="messageContentTxtAreaId" *ngIf="smsTemplateType()"
[(ngModel)]="messageTemplate.MessageContent"
name="MessageContent" class="form-control textarea-box"
fieldLabel="Message Content" [class.min-250]="!objectID"
fieldLabel="Message Content" [class.more-height]="!objectID"
placeholder="Message Content"></textarea>
</div>
</div>
......
......@@ -16,7 +16,7 @@
}
::ng-deep {
.min-250 {
height: 250px !important;
.more-height {
height: 350px !important;
}
}
......@@ -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('min-250');
editor[0].classList.add('more-height');
}
}
......
......@@ -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 {
......
......@@ -696,7 +696,7 @@ span.select2-selection.select2-selection--single:focus{
margin-top: -4px;
}
textarea.form-control.textarea-box{
height: 150px;
height: 250px;
resize: none;
line-height: 24px;
padding: 15px 13px;
......
......@@ -213,7 +213,7 @@
}
.editor {
min-height: 150px !important;
min-height: 260px !important;
}
body .ui-selectbutton .ui-button.ui-state-active {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment