Skip to content

Commit

Permalink
Fix ttl input width
Browse files Browse the repository at this point in the history
  • Loading branch information
bodji committed May 6, 2015
1 parent 25f543c commit 5901421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/public/partials/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h3 class="panel-title"><a href="/" class="glyphicon glyphicon-refresh"></a>
<div class="form-group">
Files will be automatically removed in
<div style="display:inline-block;">
<input class="form-control" style="width:55px;display:inline-block;" type="number" ng-model="$parent.ttlValue">
<input class="form-control" style="width:60px;display:inline-block;" type="number" ng-model="$parent.ttlValue">
<select class="form-control" style="width:auto;display:inline-block;" ng-options="unit as unit for unit in ttlUnits" ng-model="$parent.ttlUnit"></select>
</div>
</div>
Expand Down

0 comments on commit 5901421

Please sign in to comment.