Skip to content

Commit

Permalink
lost in mind
Browse files Browse the repository at this point in the history
  • Loading branch information
Ssshizoprenia committed Jul 2, 2023
1 parent ef73871 commit 0476ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/Who.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Who = (props, context) => {
<Window.Content scrollable>
<Stack fill vertical>
{total_players !== undefined && (
<Stack.Item mt={0.2}>
<Stack.Item mt={0.2} grow>
<Section fill>
<WhoCollapsible title={'Players - ' + all_clients} color="good">
{total_players.map((x, index) => (
Expand Down

0 comments on commit 0476ef5

Please sign in to comment.