[Library | Trunk]: Contact us no text wrap for the Community label

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58805 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-05-29 10:31:09 +00:00
parent 4bb8760d78
commit a6a1ce1fcd
1 changed files with 3 additions and 3 deletions

View File

@ -33,11 +33,11 @@
<input class="uk-input" type="text" placeholder="Your affiliation" formControlName="affiliation"
[class.uk-form-danger]="contactForm.get('affiliation').invalid && contactForm.get('affiliation').touched">
</div>
<div *ngIf="contactForm.get('community')" class="uk-width-1-1 uk-margin-top">
<div *ngIf="contactForm.get('community')" class="uk-width-1-2@s uk-margin-top">
<div class="uk-width-1-1">
<h5 class="uk-text-bold uk-margin-remove-bottom">Research Community or Infrastructure <span class="uk-text-danger uk-text-bold">*</span></h5>
<h5 class="uk-text-bold uk-margin-remove-bottom uk-text-nowrap">Research Community or Infrastructure <span class="uk-text-danger uk-text-bold">*</span></h5>
</div>
<input class="uk-input uk-width-1-2@s" type="text" placeholder="Your community name" formControlName="community"
<input class="uk-input uk-width-1" type="text" placeholder="Your community name" formControlName="community"
[class.uk-form-danger]="contactForm.get('community').invalid && contactForm.get('community').touched">
</div>
<div *ngIf="contactForm.get('funder')" class="uk-width-1-2@s uk-margin-top">