diff --git a/src/UI/Image/LinkableImage.svelte b/src/UI/Image/LinkableImage.svelte
index 69f3aff679..5b01eef24f 100644
--- a/src/UI/Image/LinkableImage.svelte
+++ b/src/UI/Image/LinkableImage.svelte
@@ -53,7 +53,7 @@
informationLocation: (image.detailsUrl ?? image.pictureUrl ?? image.thumbUrl),
date
}
- console.log(">>> trying to create license info based on", image, license)
+
let providedImage: ProvidedImage = {
url: image.thumbUrl ?? image.pictureUrl,
url_hd: image.pictureUrl,
diff --git a/src/UI/InspectorGUI.svelte b/src/UI/InspectorGUI.svelte
index da04d37a58..c586a94998 100644
--- a/src/UI/InspectorGUI.svelte
+++ b/src/UI/InspectorGUI.svelte
@@ -180,7 +180,7 @@
-
+
@@ -190,6 +190,7 @@
type="string"
value={username}
on:submit={() => load()}
+ cls="shrink-0 border-interactive border-2"
/>
{#if loadingData}
diff --git a/src/UI/SpecialVisualisations/UISpecialVisualisations.ts b/src/UI/SpecialVisualisations/UISpecialVisualisations.ts
index deb1550961..1414c27325 100644
--- a/src/UI/SpecialVisualisations/UISpecialVisualisations.ts
+++ b/src/UI/SpecialVisualisations/UISpecialVisualisations.ts
@@ -21,7 +21,7 @@ class QuestionViz implements SpecialVisualizationSvelte {
funcName = "questions"
needsUrls = []
docs =
- "The special element which shows the questions which are unkown. Added by default if not yet there"
+ "The special element which shows the questions which are unknown. Added by default if not yet there"
args = [
{
name: "labels",