Ghost role drop-down alignment (#33397)
* dropdown shares margin width with children * removed dependency that rider added for some reason * reduced vertical margin from 8 to 2
This commit is contained in:
committed by
GitHub
parent
a69fc39fc0
commit
d5225d1f46
@@ -71,6 +71,7 @@ namespace Content.Client.UserInterface.Systems.Ghost.Controls.Roles
|
||||
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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user