소스 검색

fix the button position

kaori 4 년 전
부모
커밋
87509f3fda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/InAppNotification/InAppNotificationPage.tsx

+ 1 - 1
packages/app/src/components/InAppNotification/InAppNotificationPage.tsx

@@ -50,7 +50,7 @@ const InAppNotificationPage: FC = () => {
   const UnReadInAppNotificationList = () => {
     return (
       <>
-        <div className="mb-2">
+        <div className="mb-2 d-flex justify-content-end">
           <button
             type="button"
             className="btn btn-outline-primary"