fix styles

This commit is contained in:
Victor Batischev
2024-02-08 19:53:39 +03:00
parent 4ac2cddabe
commit f738805d1e
12 changed files with 36 additions and 35 deletions

View File

@ -812,7 +812,7 @@ export const TicketFullScreen = () => {
<div className="workers fullScreenWorkers">
<div className="workers_box task__info">
<div className="workers__creator">
Создатель: <p>&nbsp;{taskInfo.user?.fio}</p>
Создатель: <p>{taskInfo.user?.fio}</p>
</div>
{taskInfo.executor ? (
@ -908,7 +908,7 @@ export const TicketFullScreen = () => {
>
+
</button>
<span>Добавить участников</span>
<span>Добавить участника</span>
{dropListMembersOpen && (
<div className="dropdownList">
<img

View File

@ -62,7 +62,6 @@
.workers__creator {
margin-bottom: 0 !important;
display: flex;
}
.add-worker {