Skip to content

Commit

Permalink
Fixed wrong display of revision number on password overview page (reg…
Browse files Browse the repository at this point in the history
…ression from #11)
  • Loading branch information
Wladimir Palant committed Sep 7, 2016
1 parent e7a380f commit a27fd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/allpasswords/allpasswords.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<span class="user-name-container">
<span class="user-name"></span>
<span class="password-revision"></span>
<span class="password-value" hidden></span>
</span>
<span class="password-value" hidden></span>
<a href="#" class="password-remove-link" data-l10n-id="remove-password"></a>
</div>
<div class="password-info generated">
Expand Down
3 changes: 1 addition & 2 deletions data/allpasswords/allpasswords.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ body
{
display: flex;
flex-grow: 1;
width: 0;
}

.to-clipboard-link
Expand All @@ -197,8 +198,6 @@ body

.user-name
{
flex-grow: 1;
width: 0;
font-weight: bold;
}

Expand Down

0 comments on commit a27fd88

Please sign in to comment.