2 files + 6 − 4 Inline Compare changes Side-by-side Inline Show whitespace changes Files 2 src/app/profile/profile-structure/profile-structure.component.ts +3 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,9 @@ export class ProfileStructureComponent implements OnInit { public getAddress(): string { const address = this.structureWithOwners.structure.address; return address.numero + ' ' + address.street + ' - ' + address.commune; return address.numero ? address.numero + ' ' + address.street + ' - ' + address.commune : address.street + ' - ' + address.commune; } public closeAddMemberModal(memberAddRequested: boolean): void { Loading src/app/profile/structure-edition-summary/structure-edition-summary.component.scss +3 −3 Original line number Diff line number Diff line Loading @@ -21,9 +21,8 @@ border: 1px solid $grey-6; box-sizing: border-box; margin: 1rem auto; padding: 2rem; max-width: 980px; height: calc(100% - $header-height - $footer-height); height: calc(100vh - $header-height - $footer-height - 2rem); //2rem are needed because of 1rem margin display: flex; flex-direction: column; justify-content: space-between; Loading @@ -32,7 +31,7 @@ height: 90%; overflow-y: scroll; overflow-x: hidden; padding-right: 5px; padding: 2rem; p { margin: 0; Loading Loading @@ -171,6 +170,7 @@ justify-content: center; gap: 24px; padding-top: 1rem; padding-bottom: 8px; } } }
src/app/profile/profile-structure/profile-structure.component.ts +3 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,9 @@ export class ProfileStructureComponent implements OnInit { public getAddress(): string { const address = this.structureWithOwners.structure.address; return address.numero + ' ' + address.street + ' - ' + address.commune; return address.numero ? address.numero + ' ' + address.street + ' - ' + address.commune : address.street + ' - ' + address.commune; } public closeAddMemberModal(memberAddRequested: boolean): void { Loading
src/app/profile/structure-edition-summary/structure-edition-summary.component.scss +3 −3 Original line number Diff line number Diff line Loading @@ -21,9 +21,8 @@ border: 1px solid $grey-6; box-sizing: border-box; margin: 1rem auto; padding: 2rem; max-width: 980px; height: calc(100% - $header-height - $footer-height); height: calc(100vh - $header-height - $footer-height - 2rem); //2rem are needed because of 1rem margin display: flex; flex-direction: column; justify-content: space-between; Loading @@ -32,7 +31,7 @@ height: 90%; overflow-y: scroll; overflow-x: hidden; padding-right: 5px; padding: 2rem; p { margin: 0; Loading Loading @@ -171,6 +170,7 @@ justify-content: center; gap: 24px; padding-top: 1rem; padding-bottom: 8px; } } }