From 2dfcf2141f0b524ebebf7bce25a74ca7b57073a9 Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 13 Jun 2022 13:26:33 -0400 Subject: [PATCH] minimum width for username box --- public/popup.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/popup.css b/public/popup.css index 01142d6e..393c0789 100644 --- a/public/popup.css +++ b/public/popup.css @@ -462,9 +462,11 @@ */ #usernameElement { padding: 8px; + min-width: 50%; } #setUsernameContainer { display: flex; + width: fit-content; } #setUsernameContainer > button { display: flex;