Skip to content

Commit a50d12a

Browse files
committed
style(editor): adjust editor toolbar padding
1 parent eac063f commit a50d12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,7 @@ export const Editor = () => {
16961696
</div>
16971697

16981698
{/* Toolbar */}
1699-
<div className="flex items-center p-2 border-b border-default bg-elevated gap-2 h-[50px]">
1699+
<div className="flex items-center py-2 pl-2 pr-3 border-b border-default bg-elevated gap-2 h-[50px]">
17001700
{activeTab.isLoading ? (
17011701
<button
17021702
onClick={stopQuery}

0 commit comments

Comments
 (0)