[Monitor Dashboard | Trunk]: Edit stakeholder: Fix bottom margin
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60237 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
5db6152749
commit
fcb245cfdd
|
@ -41,7 +41,7 @@ import {AdminDashboardGuard} from "./utils/adminDashboard.guard";
|
|||
BrowserModule.withServerTransition({appId: 'my-app'}),
|
||||
AppRoutingModule,
|
||||
BrowserTransferStateModule,
|
||||
UserMiniModule, SideBarModule, Schema2jsonldModule, RoleVerificationModule, LoadingModule
|
||||
SideBarModule, Schema2jsonldModule, RoleVerificationModule, LoadingModule
|
||||
],
|
||||
declarations: [AppComponent, OpenaireErrorPageComponent],
|
||||
exports: [AppComponent],
|
||||
|
|
|
@ -19,9 +19,9 @@ declare var UIkit;
|
|||
template: `
|
||||
<div *ngIf="stakeholderFb && user" [ngStyle]="{'max-height': maxHeight}"
|
||||
[class.uk-padding-small]="!paddingLarge" [class.uk-padding-large]="paddingLarge"
|
||||
class="uk-overflow-auto"
|
||||
class="uk-overflow-auto uk-padding-remove-bottom"
|
||||
[formGroup]="stakeholderFb">
|
||||
<div class="uk-grid" uk-grid uk-height-match=".uk-form-hint">
|
||||
<div class="uk-grid" [class.uk-margin-small-bottom]="!paddingLarge" [class.uk-margin-large-bottom]="paddingLarge" uk-grid uk-height-match=".uk-form-hint">
|
||||
<div dashboard-input class="uk-width-1-2@m" [formInput]="stakeholderFb.get('name')" label="Name"
|
||||
placeholder="Write a name..."
|
||||
hint="Set a name for your profile."></div>
|
||||
|
|
Loading…
Reference in New Issue