Skip to content

Commit

Permalink
add styling id columns
Browse files Browse the repository at this point in the history
  • Loading branch information
tilen1976 committed Aug 21, 2024
1 parent e8e7dbb commit eff46d9
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/datadoc/assets/workspace_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
padding: 1rem 0;
}

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

.edit-section-form{
display: flex;
flex-wrap: wrap;
Expand All @@ -74,3 +69,14 @@
.variables-machine-section{
flex-direction: column;
}

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

#dataset-metadata-input-right{
max-width: 50%;
width: 100%;
flex-direction: column;
}

0 comments on commit eff46d9

Please sign in to comment.