text lenght

This commit is contained in:
CHIEFSOFT\ameye
2023-11-22 11:23:40 -05:00
parent ffa8148a46
commit 0103381f6c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
</div>
<div class="detail_txt">
{{item.job_description}}
{{(item.job_description.length<95)? item.job_description :item.job_description.substring(0,95)+'...' }}
</div>
@@ -35,6 +35,8 @@ ion-content {
border-radius: 10px;
min-height: 120px;
padding: 3px;
overflow: hidden;
text-overflow:ellipsis;
}
}
.back_image {