Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Made the width of "Advanced Settings..." button on about:preferences#…
Browse files Browse the repository at this point in the history
…payments wider

Set min-width:235px to the button to make it as wide as the table data inside '.walletBar'

Closes #6285

Auditors: @bradleyrichter @bsclifton

Test Plan:
1. Change your lang setting on the browser
2. Open about:preferences#payments
3. Check the width of the button
  • Loading branch information
Suguru Hirahara authored and cezaraugusto committed Dec 20, 2016
1 parent f0a4295 commit cd7fa30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,10 @@ table.sortableTable {
}
}
}

.advancedSettings {
min-width: 235px; // .walletBar td min-width
}
}

.paymentsMessage {
Expand Down

0 comments on commit cd7fa30

Please sign in to comment.