filled in the info modal for the upload of the data

This commit is contained in:
Karma Riuk
2025-05-15 15:57:37 +02:00
parent fa8b1e14fd
commit 7337bfe409
2 changed files with 64 additions and 5 deletions

View File

@ -169,8 +169,8 @@ table tbody td:nth-child(1) {
background: #fff;
padding: 1.5rem;
border-radius: 8px;
max-width: 75vw;
min-width: 30vw;
max-width: 75vw;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
position: relative;
}
@ -189,3 +189,9 @@ table tbody td:nth-child(1) {
.modal-container h2 {
margin-top: 0;
}
.json-schemas {
display: flex;
flex-direction: column;
gap: .5em;
}