ソースを参照

fix showing pdf file bug

FE_dev
Dzenis Hadzifejzovic 2年前
コミット
014bb9fbc9
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/pages/FilesPage/FileTable.js

+ 1
- 1
src/pages/FilesPage/FileTable.js ファイルの表示

@@ -380,7 +380,6 @@ const FileTable = ({ trigger }) => {
display: "flex",
marginTop: "39px",
justifyContent: "space-between",
// minHeight: "500px",
}}
>
<div style={{ display: "flex", flexDirection: "column" }}>
@@ -390,6 +389,7 @@ const FileTable = ({ trigger }) => {
display: "flex",
width: matches ? "75vw" : "85vw",
flexDirection: "row",
height: "300px",
}}
>
<table

読み込み中…
キャンセル
保存