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() {
|
||||
return (
|
||||
<div className="ticket-event__comment-content">
|
||||
<div className="ticket-event__comment-content ql-editor">
|
||||
<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}
|
||||
</div>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
border: 2px solid $light-grey;
|
||||
border-bottom: none;
|
||||
padding: 12px;
|
||||
font-size: 10.6px;
|
||||
font-size: 12.5px;
|
||||
font-family: helvetica;
|
||||
background-color: $light-grey;
|
||||
|
||||
|
@ -94,7 +94,7 @@
|
|||
background-color: white;
|
||||
border: 2px solid $very-light-grey;
|
||||
border-top: none;
|
||||
padding: 20px 10px;
|
||||
padding: 28px 10px;
|
||||
text-align: left;
|
||||
position:relative;
|
||||
|
||||
|
|
Loading…
Reference in New Issue