Skip to content

Commit

Permalink
Merge pull request #251 from ecare-software/refactor/print-preview-ma…
Browse files Browse the repository at this point in the history
…rgin-fix

Refactor/print preview margin fix
  • Loading branch information
dkennedy881 authored Feb 10, 2024
2 parents 385438b + fffc4c6 commit 37c7887
Show file tree
Hide file tree
Showing 11 changed files with 10,663 additions and 10,329 deletions.
18 changes: 16 additions & 2 deletions client/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
}
.logInInputField {
break-inside: avoid;
margin: 1px;
}
.print-container {
display: flex;
flex-wrap: wrap;
}
.print-column {
flex: 1 0 33.33%;
box-sizing: border-box;
padding: 10px;
}
.input-header {
margin-top: 15px;
}
}
@page {
Expand Down Expand Up @@ -481,6 +494,7 @@ html {
color: maroon;
min-height: 60px;
margin-bottom: 25px;
margin-top: 0px;
padding: 25px 0px 10px 0px;
border-bottom: 0.5px solid #cfcece;
}
Expand All @@ -502,7 +516,7 @@ html {
.formTitleDiv {
color: maroon;
min-height: 60px;
margin-bottom: 25px;
margin-bottom: 10px;
padding: 25px 0px 10px 0px;
border-bottom: 0.5px solid #cfcece;
}
Expand Down Expand Up @@ -692,7 +706,7 @@ html {
margin-top: 175px;
}
.formFieldsMobile {
margin-top: 150px;
margin-top: 100px;
}
.formFieldsMobileReport {
margin-top: 50px;
Expand Down
Loading

0 comments on commit 37c7887

Please sign in to comment.