浏览代码

refac: styling

Timothy J. Baek 7 月之前
父节点
当前提交
198749aed1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">
 <div class="flex flex-col w-full max-h-[100dvh] h-full">
 	<button
 	<button
-		class="flex space-x-1"
+		class="flex space-x-1 w-fit"
 		on:click={() => {
 		on:click={() => {
 			goto('/workspace/knowledge');
 			goto('/workspace/knowledge');
 		}}
 		}}