From a8483a3f79c74873d554ac94d045eeb63a41176d Mon Sep 17 00:00:00 2001 From: Will Cole <48973146+wcole3@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:17:43 -0400 Subject: [PATCH] Adjust Checkpoint input style (#1588) * Adjust Checkpoint input style * Remove right align and fix input area * Allow popup to overflow to max element --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index 29e7418d..00cfaa9f 100644 --- a/style.css +++ b/style.css @@ -443,6 +443,16 @@ div.toprow-compact-tools{ min-width: 20em !important; } +#quicksettings > div.model_selection input{ + width: 85% !important; /* Ensure the input field is never chopped off */ + margin-left: 2% !important; /* override the margin set for subdued */ +} + +#quicksettings > div.model_selection li{ + overflow-x: visible !important; + width: 100% !important; /* Set size to max element */ +} + #quicksettings .subdued{ display: block; margin-left: auto;