Browse Source

refac: styling

Timothy J. Baek 7 months ago
parent
commit
198749aed1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/workspace/Knowledge/Collection.svelte

+ 1 - 1
src/lib/components/workspace/Knowledge/Collection.svelte

@@ -537,7 +537,7 @@
 
 <div class="flex flex-col w-full max-h-[100dvh] h-full">
 	<button
-		class="flex space-x-1"
+		class="flex space-x-1 w-fit"
 		on:click={() => {
 			goto('/workspace/knowledge');
 		}}