Merge pull request #94 from apuc/tracker-connect-back

task add users
This commit is contained in:
NikoM1k 2023-05-24 01:44:35 +03:00 committed by GitHub
commit 2aa2b15d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {