Skip to content

Commit

Permalink
fix float issue in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Jan 21, 2017
1 parent 7a78c17 commit f67058e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/app/vault/views/vault.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<div class="list">
<div class="list-grouped" ng-repeat="folder in vaultFolders | orderBy: folderSort" ng-show="vaultFolderLogins.length">
<div class="list-grouped-header">
<i class="fa fa-folder-open"></i> {{folder.name}}
<small>{{vaultFolderLogins.length}}</small>
<i class="fa fa-folder-open"></i> {{folder.name}}
</div>
<a href="javascript:void(0)" ng-click="viewLogin(login)"
class="list-grouped-item condensed" title="{{i18n.edit}} {{login.name}}"
Expand Down

0 comments on commit f67058e

Please sign in to comment.