From c0ebf8d90c4de290082cee80b38136d38d60775e Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Thu, 30 Jul 2020 15:36:09 -0400 Subject: [PATCH] Prevent detail DL DTs from wraping --- .../routes/detail/components/user-info-drawer-detail.vue | 6 +----- app/src/styles/_base.scss | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app/src/modules/users/routes/detail/components/user-info-drawer-detail.vue b/app/src/modules/users/routes/detail/components/user-info-drawer-detail.vue index 69cead0b4d..8b9980bed8 100644 --- a/app/src/modules/users/routes/detail/components/user-info-drawer-detail.vue +++ b/app/src/modules/users/routes/detail/components/user-info-drawer-detail.vue @@ -2,13 +2,9 @@
-
{{ $t('primary_key') }}
+
{{ $t('key') }}
{{ user.id }}
-
-
{{ $t('external_id') }}
-
{{ user.external_id }}
-
{{ $t('last_page') }}
diff --git a/app/src/styles/_base.scss b/app/src/styles/_base.scss index 4d4664d7a4..d82eb84f87 100644 --- a/app/src/styles/_base.scss +++ b/app/src/styles/_base.scss @@ -122,6 +122,7 @@ dd { dt { margin-right: 8px; font-weight: 600; + flex-shrink: 0; } dd {