Skip to content

Commit

Permalink
Merge pull request #2883 from axpoems/update-line-spacing-rep
Browse files Browse the repository at this point in the history
Update line spacing in reputation popups
  • Loading branch information
HenrikJannsen authored Sep 30, 2024
2 parents 9b559a1 + ac94c3e commit 9dda0ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public BondedReputationTab3View(BondedReputationTab3Model model,
Label headline = new Label(Res.get("reputation.bond.howToHeadline"));
headline.getStyleClass().add("bisq-text-headline-2");

OrderedList info = new OrderedList(Res.get("reputation.bond.howTo"), "bisq-text-13", 7, 7);
OrderedList info = new OrderedList(Res.get("reputation.bond.howTo"), "bisq-text-13", 7, 5);

Label userProfileSelectLabel = new Label(Res.get("user.bondedRoles.userProfile.select").toUpperCase());
userProfileSelectLabel.getStyleClass().add("bisq-text-4");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public BurnBsqTab3View(BurnBsqTab3Model model,
Label headline = new Label(Res.get("reputation.burnedBsq.howToHeadline"));
headline.getStyleClass().add("bisq-text-headline-2");

OrderedList info = new OrderedList(Res.get("reputation.burnedBsq.howTo"), "bisq-text-13", 7, 7);
OrderedList info = new OrderedList(Res.get("reputation.burnedBsq.howTo"), "bisq-text-13", 7, 5);

Label userProfileSelectLabel = new Label(Res.get("user.bondedRoles.userProfile.select").toUpperCase());
userProfileSelectLabel.getStyleClass().add("bisq-text-4");
Expand Down

0 comments on commit 9dda0ec

Please sign in to comment.