From 6887d743ac54272e720f8e20749bb30093c9990a Mon Sep 17 00:00:00 2001 From: Grigory V Date: Wed, 24 Jul 2024 15:58:39 +0200 Subject: [PATCH] fixup! style(Contact details): make more compact and implement Nextcloud Vue components Signed-off-by: Grigory V --- src/css/Properties/Properties.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/css/Properties/Properties.scss b/src/css/Properties/Properties.scss index f105aa7d8..4cb8268db 100644 --- a/src/css/Properties/Properties.scss +++ b/src/css/Properties/Properties.scss @@ -1,4 +1,4 @@ -/**property__row +/** * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ @@ -44,7 +44,6 @@ $property-row-gap: $contact-details-row-gap; min-width: 0; // Has to be zero unless we implement wrapping @media screen and (max-width: 1024px) { width: fit-content; - } // Text label styling > :not(.multiselect):not(.material-design-icon) {