瀏覽代碼

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 = () => {
   const UnReadInAppNotificationList = () => {
     return (
     return (
       <>
       <>
-        <div className="mb-2">
+        <div className="mb-2 d-flex justify-content-end">
           <button
           <button
             type="button"
             type="button"
             className="btn btn-outline-primary"
             className="btn btn-outline-primary"