Revert "Vertical alignment for tgui button content (#62525)" (#62584)

This reverts commit 8e526a575a.
This commit is contained in:
vincentiusvin
2021-11-05 01:05:01 +02:00
committed by GitHub
parent 5e38178c54
commit 2ea640896d
3 changed files with 16 additions and 44 deletions
-4
View File
@@ -229,10 +229,6 @@ the baseline alignment.
over the button.
- `children: any` - Content to render inside the button.
- `onClick: function` - Called when element is clicked.
- `verticalAlign: string` - Align content vertically.
- `top` - align content to the ceiling of the button box.
- `middle` - align content on the middle of the button box.
- `bottom` - align content on the ground of the button box.
### `Button.Checkbox`