소스 검색

position adjustment of see all

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

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

@@ -156,7 +156,7 @@ const InAppNotificationDropdown: FC<Props> = (props: Props) => {
         <InAppNotificationContents />
         <DropdownItem divider />
         {/* TODO: Able to show all notifications by #79317 */}
-        <a>See All</a>
+        <a className="d-flex align-items-center justify-content-center">See All</a>
       </DropdownMenu>
     </Dropdown>
   );