From 9623d632e984ebaaef9b8054c86a8712cf3d5aa2 Mon Sep 17 00:00:00 2001 From: Ryan Breen Date: Fri, 20 Jan 2023 23:00:58 -0500 Subject: [PATCH] FIxing "Active Profile" label width. --- Shared (Extension)/Resources/popup.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Shared (Extension)/Resources/popup.css b/Shared (Extension)/Resources/popup.css index 43f0c5c..82a7c8a 100644 --- a/Shared (Extension)/Resources/popup.css +++ b/Shared (Extension)/Resources/popup.css @@ -12,7 +12,7 @@ body { label { display: inline-block; - width: 100px; + width: 200px; } input { @@ -27,11 +27,6 @@ input { font-family: monospace; } -.profiles label { - width: 80px; - display: inline-block; -} - .profiles { margin-bottom: 15px; }