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

@ -528,7 +528,9 @@ export const ProjectTracker = () => {
</div>
)}
{projectBoard.projectUsers?.length > 3 && (
<span className="countPersons">+1</span>
<span className="countPersons">
+{projectBoard.projectUsers?.length - 3}
</span>
)}
<span
className="add-person"

View File

@ -191,7 +191,7 @@ const Statistics = () => {
</div>
<div className="add-person">
<span className="add-person__button">+</span>
<p>Добавить участников</p>
<p>Добавить участника</p>
</div>
</div>
</div>

View File

@ -124,8 +124,7 @@
&__content {
width: 100%;
background: #ffffff;
padding: 30px 0;
margin-bottom: 10px;
padding-top: 20px;
&__wrapper {
max-width: 1160px;