Fix select options ellipsis

This commit is contained in:
Chocobozzz 2024-12-02 11:16:23 +01:00
parent 348161da6e
commit 7395c90f7e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 6 additions and 7 deletions

View File

@ -82,12 +82,6 @@ p-calendar {
.p-calendar {
width: 100%;
}
.p-inputtext {
color: #000;
@include peertube-input-text(100%);
}
}
}
@ -98,6 +92,11 @@ p-calendar {
grid-gap: 30px;
}
.col-video-edit {
max-width: 100%;
min-width: 1px;
}
.hide-chapter-label {
height: 0;
opacity: 0;

View File

@ -27,7 +27,7 @@
<div class="d-flex align-items-center item-label">
<img *ngIf="item.imageUrl" alt="" class="me-2" [src]="item.imageUrl" />
<span [ngClass]="item.classes">{{ item.label }}</span>
<span class="ellipsis" [ngClass]="item.classes">{{ item.label }}</span>
</div>
<span *ngIf="description" class="muted">{{ description }}</span>