Commit 581a7fb7 by GD-A-150752

resize-editor

remove-padding
parent 8ea3243c
.message-template-form {
padding-top: 15px;
padding-bottom: 15px;
label {
font-family: 'Usual-Regular' !important;
}
......
......@@ -50,7 +50,7 @@
</div>
</div>
<div class="ui-g-12 ui-fluid">
<div class="ui-g-9">
<div class="ui-g-9 resizeable">
<p-editor #message [(ngModel)]="Message.MessageContent" name="MessageContent">
<p-header>
<span class="ql-formats">
......
......@@ -280,3 +280,8 @@ a {
-webkit-box-shadow: inset 0 0 200px rgba(100, 100, 100, 0.42);
}
}
.resizeable {
resize: both;
overflow: auto;
}
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