Skip to content

Commit

Permalink
justify css
Browse files Browse the repository at this point in the history
  • Loading branch information
tilen1976 committed Aug 21, 2024
1 parent ce4bd64 commit 0ae2aaa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/datadoc/assets/input_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

label.form-check-label{
padding-left: 1rem;
font-size: 1.2rem;
}

.ssb-glossary.info-glossary{
Expand Down Expand Up @@ -192,3 +193,12 @@ label.form-check-label{
width: 100%;
padding: 0 1rem;
}

@media only screen and (max-width: 1900px) {
#variables-metadata-input-left-machine > .ssb-input.input-component{
max-width: 45%;
}
#dataset-metadata-input-Maskingenerert > .ssb-input.input-component{
width: 45%;
}
}
5 changes: 5 additions & 0 deletions src/datadoc/assets/workspace_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
max-width: 50%;
width: 100%;
gap: 2rem;
padding-top: 0.5rem;
}

#dataset-metadata-input-right{
Expand Down Expand Up @@ -99,3 +100,7 @@
width: 100%;
padding: 0 1rem;
}

#dataset-metadata-input-Maskingenerert{
justify-content: space-between;
}

0 comments on commit 0ae2aaa

Please sign in to comment.