Skip to content

Commit

Permalink
Fixed Responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
SheethalJR committed Dec 29, 2022
1 parent eb0ca48 commit 04fe36e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions widget/config/gp-tracking-replay-map-config.component.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<div class="form-group">
<div style="display: flex;">
<div style="flex-grow:1 ; margin-right: 5px;">
<div class="row col-sm-12">
<div class="col-sm-4">
<label translate>Event Type</label>
<input class="form-control" style="width: 100%" type="text" name="config.eventType"
[(ngModel)]="config.eventType" />
</div>
<div style="flex-grow: 1; margin-right: 5px;">
<div class="col-sm-4">
<label translate>Fragment Type</label>
<input class="form-control" style="width: 100%" type="text" name="config.fragmentType"
[(ngModel)]="config.fragmentType" />
Expand Down

0 comments on commit 04fe36e

Please sign in to comment.