Skip to content

Commit

Permalink
pequeno erro tela documento
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleari19 committed Jun 8, 2024
1 parent c759cdc commit 0940b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view/src/pages/Documents/Documents.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body{
margin-right: 60px;
}

.fonteDetalheGeral {
.fonteDetalheGeral3 {
font-size: 15px;
margin-top: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion view/src/pages/Documents/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function Documents() {
<div key={index} className='item-container-geral'>
<div className='img-text-container'>
<img src="trash.svg" alt='img-trash' class='trash' onClick={() => handleRemoveLink(index)}></img>
<p className='fonteDetalheGeral'>
<p className='fonteDetalheGeral3'>
<a href={item.link} target="_blank" rel="noopener noreferrer">{item.descricao}</a>
</p>

Expand Down

0 comments on commit 0940b11

Please sign in to comment.