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

Commit

Permalink
Merge pull request #3568 from brave/cropped-buttons-prefs
Browse files Browse the repository at this point in the history
fix cropped buttons in prefs panel
  • Loading branch information
bbondy authored Aug 30, 2016
2 parents 93a7ee9 + 264c5d0 commit dd6b09e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body {

.enablePaymentsSwitch {
float: left;
min-width: 210px;
min-width: 215px;
margin-right: 30px;

span {
Expand Down Expand Up @@ -329,13 +329,14 @@ span.settingsListCopy {
}
}

span.browserButton.primaryButton.addFunds {
font-size: 0.9em;
margin-right: 50px;
}

span.browserButton.primaryButton {
.clearBrowsingDataButton, .manageAutofillDataButton {
&.addFunds {
font-size: 0.9em;
margin-right: 50px;
}

&.clearBrowsingDataButton,
&.manageAutofillDataButton {
font-size: 0.9em;
margin-top: 20px;
padding: 5px 20px;
Expand Down Expand Up @@ -597,7 +598,7 @@ div.nextPaymentSubmission {
td {
padding: 15px 30px 0 0;
width: auto;
min-width: 210px;
min-width: 215px;
}
span.browserButton.primaryButton.addFunds {
margin-right: 0;
Expand Down

0 comments on commit dd6b09e

Please sign in to comment.