From 610cfee2b956d32d8be4d8012b35478ad71e8822 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Mon, 2 Jun 2025 16:20:50 -0700 Subject: [PATCH] style: remove min-width from swal text for improved responsiveness --- emhttp/plugins/dynamix/styles/jquery.sweetalert.css | 1 - 1 file changed, 1 deletion(-) diff --git a/emhttp/plugins/dynamix/styles/jquery.sweetalert.css b/emhttp/plugins/dynamix/styles/jquery.sweetalert.css index 3b81b75e0..f083e7e69 100644 --- a/emhttp/plugins/dynamix/styles/jquery.sweetalert.css +++ b/emhttp/plugins/dynamix/styles/jquery.sweetalert.css @@ -29,7 +29,6 @@ pre#swaltext { text-align: center; width: 90vw; max-width: 480px; - min-width: 280px; padding: 2rem; max-height: 95vh; position: fixed;