Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
fixed height to be a minimum (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbaud-conorwright authored Dec 12, 2018
1 parent 7838629 commit 2bda147
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/public/modules/modal/modal.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@
}

:host ::ng-deep .sky-sectioned-form {
height: 460px;
min-height: 460px;
margin: -$sky-margin-plus-half;
}
18 changes: 14 additions & 4 deletions src/app/public/modules/modal/modal.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,21 @@ import {
HostListener
} from '@angular/core';

import { SkyModalHostService } from './modal-host.service';
import { SkyModalConfiguration } from './modal-configuration';
import {
SkyWindowRefService
} from '@skyux/core';

import {
SkyModalHostService
} from './modal-host.service';

import { SkyModalComponentAdapterService } from './modal-component-adapter.service';
import { SkyWindowRefService } from '@skyux/core';
import {
SkyModalConfiguration
} from './modal-configuration';

import {
SkyModalComponentAdapterService
} from './modal-component-adapter.service';

let skyModalUniqueIdentifier: number = 0;

Expand Down

0 comments on commit 2bda147

Please sign in to comment.