Browse Source

style={{ top: 20 }}

visuddhinanda 2 years ago
parent
commit
4a118a482d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/corpus/SentHistoryModal.tsx

+ 1 - 0
dashboard/src/components/corpus/SentHistoryModal.tsx

@@ -43,6 +43,7 @@ const SentHistoryModalWidget = ({
     <>
       <span onClick={showModal}>{trigger}</span>
       <Modal
+        style={{ top: 20 }}
         width={"80%"}
         title={intl.formatMessage({
           id: "buttons.timeline",