Skip to content

Commit

Permalink
fix responsive issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zuies committed Feb 9, 2024
1 parent 9fdf498 commit 1cd093d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function TcPublicMessageContainer({
return (
<div className="space-y-3">
<div className="flex flex-col md:flex-row md:justify-between md:items-center space-y-1 md:space-y-0">
<div className="flex flex-col md:flex-row md:items-center md:space-x-3">
<div className="flex flex-row items-center space-x-3">
<TcIconContainer>
<MdAnnouncement size={20} />
</TcIconContainer>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/announcements/create-new-announcements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function CreateNewAnnouncements() {
});
}}
/>
<div className="flex flex-col md:flex-row md:items-center md:space-x-3">
<div className="flex flex-row items-center space-x-3">
<TcIconContainer>
<MdOutlineAnnouncement size={20} />
</TcIconContainer>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/announcements/edit-announcements/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function Index() {
});
}}
/>
<div className="flex flex-col md:flex-row md:items-center md:space-x-3">
<div className="flex flex-row items-center space-x-3">
<TcIconContainer>
<MdOutlineAnnouncement size={20} />
</TcIconContainer>
Expand Down

0 comments on commit 1cd093d

Please sign in to comment.