Skip to content

Commit

Permalink
fix(demo): fix for timepicker demo layout (#3442)
Browse files Browse the repository at this point in the history
- fixed fields width for `Custom steps`
  • Loading branch information
EvilAlexei authored and valorkin committed Jan 11, 2018
1 parent 4f5fc18 commit 4905ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/src/app/components/+timepicker/demos/custom/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<pre class="alert alert-info">Time is: {{mytime}}</pre>

<div class="row">
<div class="col-xs-6">
<div class="col-xs-6 col-6 col-md-3">
Hours step is:
<select class="form-control" [(ngModel)]="hstep">
<option *ngFor="let opt of options.hstep" [value]="opt">{{opt}}</option>
</select>
</div>
<div class="col-xs-6">
<div class="col-xs-6 col-6 col-md-3">
Minutes step is:
<select class="form-control" [(ngModel)]="mstep">
<option *ngFor="let opt of options.mstep" [value]="opt">{{opt}}</option>
Expand Down

0 comments on commit 4905ab2

Please sign in to comment.