From 97b99e4a34b280694bebf1c1743c193609ba8cd7 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Wed, 3 Jun 2020 16:05:52 +0200
Subject: [PATCH] Reduce the min-width of the drop down menu a bit

We don't want it to make the page scroll when the display is really small
---
 packages/auth/src/auth.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/auth/src/auth.js b/packages/auth/src/auth.js
index 030726c4..34b46fff 100644
--- a/packages/auth/src/auth.js
+++ b/packages/auth/src/auth.js
@@ -316,7 +316,7 @@ export class Auth extends ScopedElementsMixin(VPULitElement) {
 
             .dropdown-menu {
                 display: none;
-                min-width: 8em;
+                min-width: 5em;
                 position: absolute;
                 z-index: 20;
                 border: solid 1px black;
-- 
GitLab