Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-457 (pull request #62)
Browse files Browse the repository at this point in the history
SHIBUI-457: Fixed responsive issue with button sizing on edit filter page

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
rmathis committed Apr 26, 2018
2 parents 726d74e + 9a6cda8 commit dbe0136
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
<div class="row">
<auto-complete id="entityId"
#entityInput
class="component-control col-10"
class="component-control col-9"
formControlName="entityId"
limit="10"
[matches]="entityIds$ | async"
[required]="true"
[processing]="(processing$ | async)"
(more)="onViewMore($event)">
</auto-complete>
<div class="col-2">
<div class="col-3">
<button
*ngIf="form.get('entityId').disabled"
class="btn btn-block btn-secondary"
Expand Down

0 comments on commit dbe0136

Please sign in to comment.