Skip to content

Commit

Permalink
Fix power refresh width on firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Vergenz committed Aug 25, 2015
1 parent c6720b3 commit 72881c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/scss/charsheet/_powers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@
max-width: 275px;
}

& > :first-child
.cost, .icons
{
width: 40px;
margin-right: 10px;
@include display-flex();
@include justify-content(flex-end);

input {
min-width: 20px;
}
}

// totals row
Expand Down

0 comments on commit 72881c8

Please sign in to comment.