From e98c9b46f106dea71b8fe183952789e8ce4628bb Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sat, 22 May 2021 23:18:43 +0100 Subject: [PATCH] Accounts: no wrapping for contact dropdown --- css/base.css | 4 ++++ ts/modules/accounts.ts | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/css/base.css b/css/base.css index d40e6f9..57d7f31 100644 --- a/css/base.css +++ b/css/base.css @@ -443,6 +443,10 @@ p.top { margin-bottom: -0.5rem; } +.dropdown-display.lg { + white-space: nowrap; +} + pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ diff --git a/ts/modules/accounts.ts b/ts/modules/accounts.ts index c685465..18f4b77 100644 --- a/ts/modules/accounts.ts +++ b/ts/modules/accounts.ts @@ -128,14 +128,14 @@ class user implements User {