Osticket theme CSS fixes
This commit is contained in:
parent
8b2d8d5011
commit
2c8d020d6b
|
@ -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; }
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue