mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-23 09:08:26 +01:00
Make the replication dialog a little bit wider
Signed-off-by: Cheng <fangyuanc@vmware.com>
This commit is contained in:
parent
98cba2a1a9
commit
79e5abe2df
@ -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>
|
||||
|
@ -74,7 +74,7 @@ h4 {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.schedule_style {
|
||||
.schedule-style {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user