mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
cleanup dep item for new type
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user