Skip to content

Commit

Permalink
Ghost role drop-down alignment (space-wizards#33397)
Browse files Browse the repository at this point in the history
* dropdown shares margin width with children

* removed dependency that rider added for some reason

* reduced vertical margin from 8 to 2
  • Loading branch information
Intoxicating-Innocence authored Nov 26, 2024
1 parent a69fc39 commit d5225d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public void AddEntry(string name, string description, bool hasAccess, FormattedM
buttonHeading.AddStyleClass(ContainerButton.StyleClassButton);
buttonHeading.Label.HorizontalAlignment = HAlignment.Center;
buttonHeading.Label.HorizontalExpand = true;
buttonHeading.Margin = new Thickness(8, 0, 8, 2);

var body = new CollapsibleBody
{
Expand Down

0 comments on commit d5225d1

Please sign in to comment.