Selaa lähdekoodia

fix showing pdf file bug

FE_dev
Dzenis Hadzifejzovic 3 vuotta sitten
vanhempi
commit
014bb9fbc9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/pages/FilesPage/FileTable.js

+ 1
- 1
src/pages/FilesPage/FileTable.js Näytä tiedosto

@@ -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

Loading…
Peruuta
Tallenna