From 5e5b25358293d7b0a2e348e2e6cefdc1a60ea312 Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Sat, 23 May 2026 11:14:05 -0700 Subject: [PATCH] adjust width of 'Enable/Disable Toolbar' for MQ Editor --- htdocs/js/MathQuill/mqeditor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/js/MathQuill/mqeditor.js b/htdocs/js/MathQuill/mqeditor.js index 7d2de503f..965b95251 100644 --- a/htdocs/js/MathQuill/mqeditor.js +++ b/htdocs/js/MathQuill/mqeditor.js @@ -527,6 +527,7 @@ const menuEl = document.createElement('ul'); menuEl.classList.add('dropdown-menu'); + menuEl.style.setProperty('min-width', 'unset'); const li = document.createElement('li'); menuEl.append(li); const action = document.createElement('a');