Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit a83d5d5

Browse files
committed
removing extra padding, no longer needed
1 parent c4d709e commit a83d5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/ui/app/search/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="row" ng-if="!ctrl.currentUser">Please log in to see content</div>
2-
<div class="row padtop" ng-if="ctrl.currentUser">
2+
<div class="row" ng-if="ctrl.currentUser">
33
<div class="col-md-12">
44
<ml-input qtext="ctrl.qtext" search="ctrl.search(qtext)" suggest="ctrl.suggest(val)" template="fa" class="search"></ml-input>
55
</div>

0 commit comments

Comments
 (0)