From c0cb2e9f0c760a1a7357a8ee28018b10da333dae Mon Sep 17 00:00:00 2001 From: Oleksandr Dzhychko Date: Fri, 28 Aug 2026 10:08:50 +0000 Subject: [PATCH] fix(editor): correct width and border of property select styling Styling broke after update of nextcloud/vue@9.9.0 to @9.10.0 Signed-off-by: Oleksandr Dzhychko --- src/styles/app-full.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/styles/app-full.scss b/src/styles/app-full.scss index ae73e2c5d6..e0568a7ac9 100644 --- a/src/styles/app-full.scss +++ b/src/styles/app-full.scss @@ -70,19 +70,10 @@ .v-select { width: 100%; margin: 0 !important; - overflow-x: hidden; - - .vs__dropdown-toggle { - overflow-y: visible !important; - } } } } -.vs__selected-options { - max-width: calc(100% - var(--default-clickable-area) - var(--default-grid-baseline)); -} - .property-repeat__summary__content { max-width: 300px; }