Explorar el Código

fix showing pdf file bug

FE_dev
Dzenis Hadzifejzovic hace 2 años
padre
commit
014bb9fbc9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/FilesPage/FileTable.js

+ 1
- 1
src/pages/FilesPage/FileTable.js Ver fichero

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

Cargando…
Cancelar
Guardar