Skip to content

Commit 30000a1

Browse files
authored
Fix the vertical alignment on the temporary workspace label (#7638)
1 parent cb3b457 commit 30000a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ export function Toolbar({
394394
<div className="flex flex-col items-center absolute top-full left-1/2 -translate-x-1/2">
395395
{isInTemporaryWorkspace && (
396396
<div className="flex flex-row gap-2 justify-center">
397-
<div className="mt-2 py-1 animate-pulse w-fit uppercase text-xs rounded-full ml-2 px-2 py-1 border border-chalkboard-40 dark:text-chalkboard-40 bg-chalkboard-10 dark:bg-chalkboard-90 shadow-lg">
397+
<div className="mt-2 animate-pulse w-fit uppercase text-xs rounded-full ml-2 px-2 py-1 border border-chalkboard-40 dark:text-chalkboard-40 bg-chalkboard-10 dark:bg-chalkboard-90 shadow-lg flex items-center">
398398
Temporary workspace
399399
</div>
400400
<button

0 commit comments

Comments
 (0)