We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82b233 commit 3c6db05Copy full SHA for 3c6db05
frontend/src/pages/Report/components/Bug/components/Result/Result.tsx
@@ -30,13 +30,13 @@ const Result = ({
30
}, [textareaRef]);
31
32
return (
33
- <div className="flex grow-1 flex-col text-xs font-semibold mb-1">
34
- <span className="mt-1 mb-1">{title}</span>
+ <div className="flex grow-1 flex-col mb-1">
+ <span className="mt-1 mb-1 font-semibold text-xs">{title}</span>
35
<textarea
36
ref={textareaRef}
37
value={value}
38
onChange={onChange}
39
- className="textarea w-full mb-3 bug-section p-4 bg-base-100 focus:outline-none"
+ className="textarea w-full mb-3 p-3 bg-base-100 focus:outline-none"
40
/>
41
{withAttachments && (
42
<div className="attachments w-1/2">
0 commit comments