Skip to content

Commit

Permalink
SHIBUI-457: Fixed responsive issue with button sizing on edit filter …
Browse files Browse the repository at this point in the history
…page
  • Loading branch information
rmathis committed Apr 26, 2018
1 parent 726d74e commit 9a6cda8
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 9a6cda8

Please sign in to comment.