Skip to content

Commit

Permalink
edit machine-section
Browse files Browse the repository at this point in the history
  • Loading branch information
tilen1976 committed Aug 21, 2024
1 parent eff46d9 commit 63f36ff
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions src/datadoc/assets/workspace_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,12 @@
padding: 1rem;
}

#variables-metadata-input-right{
max-width: 500px;
width: 100%;
}

.edit-section{
display: flex;
flex-direction: row;
gap: 1rem;
gap: 2rem;
width: 100%;
padding: 1rem 0;
padding: 1rem;
}

.edit-section-form{
Expand Down Expand Up @@ -80,3 +75,19 @@
width: 100%;
flex-direction: column;
}

#variables-metadata-input-left{
max-width: 50%;
width: 100%;
}

#variables-metadata-input-right{
max-width: 50%;
width: 100%;
}

.variable-machine-section >.edit-section.dataset-machine-section{
max-width: unset;
width: 100%;
justify-content: center;
}

0 comments on commit 63f36ff

Please sign in to comment.