diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css
index 97787d023b..26b1638ae8 100644
--- a/public/css/index-tailwind-output.css
+++ b/public/css/index-tailwind-output.css
@@ -2704,6 +2704,10 @@ a.link-underline {
min-height: 8rem;
}
+.max-w-full {
+ max-width: 100%;
+}
+
.hover\:bg-indigo-200:hover {
--tw-bg-opacity: 1;
background-color: rgb(199 210 254 / var(--tw-bg-opacity));
diff --git a/src/UI/AllThemesGui.svelte b/src/UI/AllThemesGui.svelte
index beaa6442e5..a764a7bcd5 100644
--- a/src/UI/AllThemesGui.svelte
+++ b/src/UI/AllThemesGui.svelte
@@ -29,10 +29,8 @@
-
-
-
diff --git a/src/UI/Base/Dropdown.svelte b/src/UI/Base/Dropdown.svelte
index 71a94a08f3..3bd0106f54 100644
--- a/src/UI/Base/Dropdown.svelte
+++ b/src/UI/Base/Dropdown.svelte
@@ -24,8 +24,9 @@
selectAppropriateValue()
}
}
+ export let cls : string = undefined
-