Fix upcoming assignments and appointment slots cards in mobile layout
This commit is contained in:
parent
5d400bfadd
commit
7ef0b98c8e
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ function AnnouncementsTab({ layoutType, announcementsTabData, classroom }) {
|
|||
gap="30px"
|
||||
sx={{ marginTop: '30px' }}
|
||||
>
|
||||
<Stack gap="30px">
|
||||
<Stack gap="30px" sx={{ width: '100%' }}>
|
||||
<Card
|
||||
sx={{ width: '100%', padding: '20px' }}
|
||||
elevation={4}
|
||||
|
|
Loading…
Reference in a new issue