Osticket theme CSS fixes
This commit is contained in:
parent
8b2d8d5011
commit
2c8d020d6b
|
@ -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; }
|
||||
|
||||
|
|
|
@ -1451,6 +1451,7 @@ h3.title > .sub-title {
|
|||
|
||||
.ticket_info {
|
||||
background:#F4FAFF;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.ticket_info.custom-data thead th {
|
||||
|
|
Loading…
Reference in New Issue