File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
npm-packages/dashboard-common/src/features/logs/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export function LogListItem({
4242 return (
4343 < div
4444 className = { classNames (
45- "flex gap-2 animate-fadeInFromLoading " ,
45+ "flex gap-2" ,
4646 isFailure && "bg-background-error/50 text-content-error" ,
4747 focused && "bg-background-highlight" ,
4848 showBoundary === "top" && "animate-[bounceTop_0.375s_ease-out]" ,
@@ -175,7 +175,7 @@ function Wrapper({
175175 type = "button"
176176 data-log-key = { logKey }
177177 className = { classNames (
178- "flex gap-2 truncate p-0.5" ,
178+ "flex gap-2 truncate p-0.5 animate-fadeInFromLoading " ,
179179 "group w-full font-mono text-xs" ,
180180 "hover:bg-background-tertiary/70" ,
181181 "focus:outline-none focus:border focus:border-border-selected" ,
You can’t perform that action at this time.
0 commit comments