Ver código fonte

fix showing pdf file bug

FE_dev
Dzenis Hadzifejzovic 2 anos atrás
pai
commit
014bb9fbc9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/pages/FilesPage/FileTable.js

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

display: "flex", display: "flex",
marginTop: "39px", marginTop: "39px",
justifyContent: "space-between", justifyContent: "space-between",
// minHeight: "500px",
}} }}
> >
<div style={{ display: "flex", flexDirection: "column" }}> <div style={{ display: "flex", flexDirection: "column" }}>
display: "flex", display: "flex",
width: matches ? "75vw" : "85vw", width: matches ? "75vw" : "85vw",
flexDirection: "row", flexDirection: "row",
height: "300px",
}} }}
> >
<table <table

Carregando…
Cancelar
Salvar