Osticket theme CSS fixes

This commit is contained in:
Joan Sanchez 2021-03-27 17:27:08 +01:00
parent 8b2d8d5011
commit 2c8d020d6b
2 changed files with 5 additions and 1 deletions

View File

@ -210,7 +210,10 @@
position: relative; position: relative;
overflow: auto; overflow: auto;
white-space: normal; white-space: normal;
box-sizing: border-box; } box-sizing: border-box;
max-width: 100% !important;
width: 100%;
}
.redactor-in:focus { .redactor-in:focus {
outline: none; } outline: none; }

View File

@ -1451,6 +1451,7 @@ h3.title > .sub-title {
.ticket_info { .ticket_info {
background:#F4FAFF; background:#F4FAFF;
width: 100%
} }
.ticket_info.custom-data thead th { .ticket_info.custom-data thead th {