-
@{attachment.filename}
+
+
+
{attachment.filename}
)}
@@ -317,6 +332,7 @@ export default function PromptInput(props: PromptInputProps) {
onBlur={() => setIsFocused(false)}
disabled={sending() || props.disabled}
rows={1}
+ style={attachments().length > 0 ? { "padding-top": "8px" } : {}}
/>