Browse Source

fix: desktop layout

Adam 2 months ago
parent
commit
3e03646e42
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/ui/src/components/session-turn.css

+ 4 - 0
packages/ui/src/components/session-turn.css

@@ -317,5 +317,9 @@
     flex-direction: column;
     flex-direction: column;
     align-self: stretch;
     align-self: stretch;
     gap: 12px;
     gap: 12px;
+
+    > :first-child > [data-component="markdown"]:first-child {
+      margin-top: 0;
+    }
   }
   }
 }
 }