mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
fix padding issues
This commit is contained in:
parent
af9455689f
commit
a957481dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ const CohortCard = ({
|
|||
sx={{ borderRadius: '10px', border: '3px dashed #09AFB4' }}
|
||||
className="gaegu"
|
||||
>
|
||||
<Text sx={{width: '80%'}}>Are you sure you want to delete this project?</Text>
|
||||
<Text sx={{display: 'block', position: 'relative', pr: 3}}>Are you sure you want to delete this project?</Text>
|
||||
<br />
|
||||
<Button
|
||||
sx={{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue