cleanup dep item for new type

This commit is contained in:
Lucy Cifferello
2024-04-01 18:10:16 -04:00
parent 0d4ebffc0e
commit 7273b37c16

View File

@@ -23,9 +23,6 @@ import { TuiAvatarModule } from '@taiga-ui/experimental'
</ng-container>
</p>
</div>
<span class="inner-container-version">
<!-- {{ dep.value.version | displayEmver }} -->
</span>
<span class="inner-container-description">
{{ dep.value.description }}
</span>
@@ -75,16 +72,6 @@ import { TuiAvatarModule } from '@taiga-ui/experimental'
}
}
.inner-container-version {
font-size: 0.875rem;
line-height: 1.25rem;
color: rgb(250 250 250 / 0.7);
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.inner-container-description {
font-size: 0.875rem;
line-height: 1.25rem;