tracker fixes

This commit is contained in:
2023-07-26 13:51:56 +03:00
parent fa582a8bfc
commit 3f9841fb6d
7 changed files with 129 additions and 29 deletions

View File

@ -626,7 +626,7 @@ export const TicketFullScreen = () => {
}}
/>
) : (
<h5>{inputsValue.title}</h5>
<h5 className='fullName'>{inputsValue.title}</h5>
)}
<div className="content__description">
{editOpen ? (
@ -657,6 +657,7 @@ export const TicketFullScreen = () => {
/>
) : (
<p
className='fullDescription'
dangerouslySetInnerHTML={{
__html: inputsValue.description,
}}