Make the replication dialog a little bit wider

Signed-off-by: Cheng <fangyuanc@vmware.com>
This commit is contained in:
Cheng 2018-09-26 14:14:12 +08:00
parent 98cba2a1a9
commit 79e5abe2df
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@
</select>
</div>
<!--on push-->
<div formGroupName="schedule_param" class="schedule_style">
<div formGroupName="schedule_param" class="schedule-style">
<div class="select floatSet" [hidden]="!isScheduleOpt">
<select name="scheduleType" formControlName="type" (change)="selectSchedule($event)">
<option value="Daily">{{'REPLICATION.DAILY' | translate}}</option>

View File

@ -74,7 +74,7 @@ h4 {
margin-right: 10px;
}
.schedule_style {
.schedule-style {
display: inline-block;
}