Fix ticket contents aligments with css

This commit is contained in:
Guillermo Giuliana 2020-04-12 08:43:49 -03:00
parent 33bf2c42dd
commit 10adc62d90
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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;