mirror of
https://github.com/itflow-org/itflow
synced 2026-03-24 06:25:40 +00:00
Fix Raise ticket under client portal another regression when we moved to TinyMCE. Expanded Document view to container width
This commit is contained in:
@@ -48,7 +48,7 @@ require_once('inc_portal.php');
|
||||
|
||||
<div class="form-group">
|
||||
<label>Details <strong class="text-danger">*</strong></label>
|
||||
<textarea class="form-control tinymce" name="details" required></textarea>
|
||||
<textarea class="form-control tinymce" name="details"></textarea>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-primary" name="add_ticket">Raise ticket</button>
|
||||
|
||||
Reference in New Issue
Block a user