diff --git a/osticket/theme/css/redactor.css b/osticket/theme/css/redactor.css index 90c2ec7..e7128d2 100644 --- a/osticket/theme/css/redactor.css +++ b/osticket/theme/css/redactor.css @@ -210,7 +210,10 @@ position: relative; overflow: auto; white-space: normal; - box-sizing: border-box; } + box-sizing: border-box; + max-width: 100% !important; + width: 100%; +} .redactor-in:focus { outline: none; } diff --git a/osticket/theme/scp/scp.css b/osticket/theme/scp/scp.css index 0435775..913cb65 100644 --- a/osticket/theme/scp/scp.css +++ b/osticket/theme/scp/scp.css @@ -1451,6 +1451,7 @@ h3.title > .sub-title { .ticket_info { background:#F4FAFF; + width: 100% } .ticket_info.custom-data thead th {