mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-30 01:05:18 +02:00
Fix ticket contents aligments with css
This commit is contained in:
parent
33bf2c42dd
commit
10adc62d90
@ -115,7 +115,7 @@ class TicketEvent extends React.Component {
|
|||||||
|
|
||||||
renderContent() {
|
renderContent() {
|
||||||
return (
|
return (
|
||||||
<div className="ticket-event__comment-content">
|
<div className="ticket-event__comment-content ql-editor">
|
||||||
<div dangerouslySetInnerHTML={{__html: this.props.content}}></div>
|
<div dangerouslySetInnerHTML={{__html: this.props.content}}></div>
|
||||||
{((this.props.author.id == this.props.userId && this.props.author.staff == this.props.userStaff) || this.props.userStaff) ? this.renderEditIcon() : null}
|
{((this.props.author.id == this.props.userId && this.props.author.staff == this.props.userStaff) || this.props.userStaff) ? this.renderEditIcon() : null}
|
||||||
</div>
|
</div>
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
border: 2px solid $light-grey;
|
border: 2px solid $light-grey;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
font-size: 10.6px;
|
font-size: 12.5px;
|
||||||
font-family: helvetica;
|
font-family: helvetica;
|
||||||
background-color: $light-grey;
|
background-color: $light-grey;
|
||||||
|
|
||||||
@ -94,7 +94,7 @@
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
border: 2px solid $very-light-grey;
|
border: 2px solid $very-light-grey;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
padding: 20px 10px;
|
padding: 28px 10px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user