Skip to content

Commit

Permalink
update-inst-signin
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Aug 30, 2024
1 parent a283e02 commit b953396
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ <h2 class="orc-font-body" i18n="@@institutional.suggestedOrg">
<p
class="mat-button-font institution-name-link underline"
id="institutionName"
(click)="selectInstitution(institution)"
>
{{ getNameInstitution(institution).value }}
</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:host {
width: 100%;
margin-top: 64px;
margin-bottom: 32px;

::ng-deep {
.mat-card-header {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
:host {
width: 100%;

::ng-deep {
.mat-card-header {
width: unset !important;
Expand Down Expand Up @@ -55,6 +56,7 @@ button {

.header-container {
margin-top: 64px;
margin-bottom: 32px;
display: flex;
flex-direction: column;
}
Expand Down

0 comments on commit b953396

Please sign in to comment.