Skip to content

Commit

Permalink
update variables styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tilen1976 committed Aug 21, 2024
1 parent cb43f57 commit 9632cb2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/datadoc/assets/workspace_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@
flex-direction: column;
}

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

#variables-metadata-input-right{
max-width: 50%;
width: 100%;
Expand All @@ -91,3 +86,13 @@
width: 100%;
justify-content: center;
}

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

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

0 comments on commit 9632cb2

Please sign in to comment.