task add users

This commit is contained in:
Николай Полтщук 2023-05-24 01:43:30 +03:00
parent 18506ce90b
commit b9301ecce3
2 changed files with 5 additions and 10 deletions

View File

@ -73,10 +73,6 @@
font-size: 16px;
line-height: 24px;
color: #1a1919;
max-width: 500px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-bottom: 0;
}

View File

@ -503,7 +503,7 @@
&__item {
width: 328px;
height: 154px;
max-height: 250px;
padding: 16px;
position: relative;
box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.06),
@ -530,9 +530,6 @@
font-size: 16px;
line-height: 24px;
margin-bottom: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
span {
@ -555,10 +552,12 @@
font-weight: 400;
font-size: 14px;
line-height: 140%;
max-width: 295px;
max-height: 100px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
&__info {