From 7395c90f7e2d597e9df57608951163d167620824 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 2 Dec 2024 11:16:23 +0100 Subject: [PATCH] Fix select options ellipsis --- .../+video-edit/shared/video-edit.component.scss | 11 +++++------ .../shared-forms/select/select-options.component.html | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss index 0d4744ce4..a2aebfa8a 100644 --- a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss @@ -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; diff --git a/client/src/app/shared/shared-forms/select/select-options.component.html b/client/src/app/shared/shared-forms/select/select-options.component.html index dd33cc061..917d90c71 100644 --- a/client/src/app/shared/shared-forms/select/select-options.component.html +++ b/client/src/app/shared/shared-forms/select/select-options.component.html @@ -27,7 +27,7 @@
- {{ item.label }} + {{ item.label }}
{{ description }}