From 0dfe1d8afafc59c4a5559c498342668d5a58d6ef Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 23 Jul 2026 22:41:41 +0000
Subject: [PATCH] =Still working away at the Integrations overhaul

---
 src/menu/style.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/menu/style.scss b/src/menu/style.scss
index cea5a9f..f2858ff 100644
--- a/src/menu/style.scss
+++ b/src/menu/style.scss
@@ -4,7 +4,7 @@
 	font-size: var(--txt-medium);
 }
 
-.field.quantity > label {
+.field.quantity.quantity > label {
 	position: absolute;
 	left: var(--offScreen);
 }
@@ -27,7 +27,7 @@
 	}
 
 	> section * {
-		max-width: var(--wide);
+		max-width: var(--wide)!important;
 	}
 }
 

--
Gitblit v1.10.0