We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dba641 commit 74766d4Copy full SHA for 74766d4
src/compounds/RequestItem/RequestItem.jsx
@@ -24,7 +24,7 @@ const RequestItem = React.forwardRef(({ createdAt, description, href, img, index
24
<TextBox text={description} />
25
</div>
26
27
- <div className='status bg-light-3 p-2 rounded'>
+ <div className='status bg-light-3 p-2 rounded mt-4 mt-md-0'>
28
<Badge
29
backgroundColor={backgroundColor}
30
text={text}
0 commit comments