Skip to content

Commit

Permalink
Make the "save search" dialog a little prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenn Jacobsen committed Mar 28, 2019
1 parent d49d4bc commit 6a69906
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

<p>
<strong>Name:</strong><br/>
<input ng-model="model.name" type="text" name="queryName" ng-change="model.disableSubmitButton = model.name.length === 0"/>
<input style="width: 100%" ng-model="model.name" type="text" name="queryName" ng-change="model.disableSubmitButton = model.name.length === 0"/>
</p>
</div>
</div>

0 comments on commit 6a69906

Please sign in to comment.